Skip to content
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

make operator cope with changing password #72

Closed
IanBoden opened this issue Jul 5, 2022 · 1 comment · Fixed by #89
Closed

make operator cope with changing password #72

IanBoden opened this issue Jul 5, 2022 · 1 comment · Fixed by #89
Milestone

Comments

@IanBoden
Copy link
Contributor

IanBoden commented Jul 5, 2022

At the moment changing the password via the rest API will cause the readiness probe to fail and that breaks pretty much everything in the operator

@IanBoden IanBoden added this to the 1.1.0 milestone Jul 5, 2022
@IanBoden
Copy link
Contributor Author

2 changes have fixed this:

  1. a monitor container runs in the amlen pod which looks for changes to the password in the mounted secret directory and will pass the change to amlen
  2. on startup amlen will check to see if the password in the mounted secret directory matches the hash in the server_dynamic.json and if not will update the server_dynamic.json before the server starts running

@IanBoden IanBoden linked a pull request Sep 20, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant