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

admin password does not get updated #145

Open
maciej-markowski opened this issue Oct 10, 2024 · 0 comments
Open

admin password does not get updated #145

maciej-markowski opened this issue Oct 10, 2024 · 0 comments

Comments

@maciej-markowski
Copy link

maciej-markowski commented Oct 10, 2024

Version
2024.5.8

Describe the bug

  1. Once operator is created, default admin password remains the same for each galaxy object.
  2. With both default and custom admin password secret, admin password does not get updated in galaxy once secret is changed.

To Reproduce

  1. deploy galaxy
  2. obtain admin password, login -> success
  3. update admin password secret
  4. login with new password -> failure
  5. login with old password -> success

Expected behavior
4. login with new password -> success
5. login with old password -> failure

Additional context

  1. Operator should update admin password on secret change.
  2. Default password should be generated dynamically on galaxy deployment, not on operator deployment.
  3. In current situation, user may be left with unusable galaxy - if it was deployed with custom admin password secret which was then "forgotten" and then if secret gets deleted or updated, admin is unable to login.
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

No branches or pull requests

1 participant