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

Bug: Geoserver password is not set #102

Closed
mwallschlaeger opened this issue Oct 25, 2023 · 2 comments · Fixed by #104
Closed

Bug: Geoserver password is not set #102

mwallschlaeger opened this issue Oct 25, 2023 · 2 comments · Fixed by #104
Assignees
Labels
bug Something isn't working
Milestone

Comments

@mwallschlaeger
Copy link
Contributor

Bug Description

If the geoserver password is changed via .Values.geoserver.secret.admin_password the password is not set. Instead it used the default password geoserver.

This is due to the missing FORCE_REINIT variable in geoserver-env.yaml. Further this variable is missing in geonode-env.yaml as well. This could be used instead of the not well implemented IS_FIRST_START variable. I guess in both cases (geoserver and geonode) this variable should always be true, to always apply changes to the values.yaml into the geonode installation.

Reproduction Steps

best to provide your values.yaml, a brief description of your cluster and version of geonode-k8s here.

Behavior

A description of what you expected to happen and what actually happened.

Additional Information

Any additional information or context that may be helpful in resolving the bug.

@mwallschlaeger mwallschlaeger added bug Something isn't working 1.1.0 labels Oct 25, 2023
@mwallschlaeger mwallschlaeger added this to the release 1.1.0 milestone Oct 25, 2023
@mwallschlaeger mwallschlaeger self-assigned this Oct 25, 2023
@ridoo
Copy link
Contributor

ridoo commented Oct 25, 2023

I think, setting Geoserver's password worked only for the very first start anyway. Current implementation even got rid of setting the password completely.

@mwallschlaeger
Copy link
Contributor Author

mwallschlaeger commented Oct 26, 2023

ok looking forward to see this changes mentioned by @giohappy . Til then i tried to set FORCE_REINIT = 'true' on geoserver image. This is changing the password after each, restart of the pod. I will investigate same thing on the geonode side so that changing the geoserver-admin password via .Values is constant and properly working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants