Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
04-30-2020 04:57 AM
Hello neo4j-community,
We are currently managing the neo4j cluster (Enterprise version 3.5.14
) through Kubernetes
.
We have a situation where neo4j should be able to accept multiple usernames & passwords on startup Currently we are setting the initial username & password using neo4j.yaml where the username & password are passed to neo4j using env variables like this :
- name: NEO4J_ACCEPT_LICENSE_AGREEMENT
value: "yes"
- name: AUTH_ENABLED
value: "true"
- name: NEO4J_AUTH
value: "neo4j/xyzsdaffqesaa"
Any suggestions/improvements to mitigate this problem are welcome.
Thank you.
04-30-2020 07:12 AM
please go through following article it talks about docker but would be helpful for you too.
what is believe you need to upgrade to higher version of Neo4j (3.5.6 or higher)
04-30-2020 07:13 AM
All the sessions of the conference are now available online