-
-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing arcadedb.server.rootPassword after root account was created should probably update the password #2058
Comments
Exact usage is the following : We're releasing our tool using docker, outside of the docker image, there is a config.ini file that decides what is the admin password (yes, hardcoded) We want arcadedb to read this password and change it everytime the docker instance is started, and to do so we need to allow root password to be changed using env variables |
Hi, |
Thanks for the answer @gramian but reading the code : However I understand I should update the PR to take this alternative root password assignation way Edit : christ, when I type in english on github issues i forget 1/5th of the words 💀 |
Isn't that the point? So you provide a generic ArcadeDB image which is on every instantiation specialized with the provided secret. |
I could be not correctly understanding what you mean. I could be using I want to be able to change the password on the fly, maybe not at runtime but on next boot. |
Hmm, so but you only want to alter the root password as I understand you(?). You could delete the line for the root user from the external |
Yes this could also works. I didn't think about that 🤷♂ |
Title, long story short, if you use
JAVA_OPTS="-Darcadedb.server.rootPassword=rootroot
on the first arcade boot, it will not ask the password in stdin, but if you change it (in the ENV vars), it will not use the new given passwordThe text was updated successfully, but these errors were encountered: