zalf-rdm / geonode-k8s

A Kubernetes helm chart for the geospacial webapplication Geonode
https://geonode-k8s.readthedocs.io/en/latest/
GNU General Public License v2.0
12 stars 7 forks source link

Style edit not working geoserver resources geoserver password #104

Closed mwallschlaeger closed 8 months ago

mwallschlaeger commented 8 months ago

Description

this PR is closing 4 small issues. Sorry :-(.

  1. 103 as described, changes resource definition in .Values yaml did not reflect onto JVM. This is fixed by referencing the geoserver resources into the geoserver GEOSERVER_JAVA_OPTS variable

  2. 102 as described, geoserver password got not changed when editing the password in .Values.yaml. This is now possible due to the envvar FORCE_REINIT set always to true in geonode and geoserver pods.

  3. 101 as described, edit styles in geonodes was not possible, due to the missing envvars OAUTH2_CLIENT_ID,

    OAUTH2_CLIENT_SECRET. This variables got now set correct and changes to the geonode and geoserver secrets do now also trigger a recreate of the pods.

  4. 87 as described, got solved by adding new functions from the original geonode/geonode/tasks.py into the geonode-k8s tasks.py

Type of Change

Please select the relevant option:

Related Issue

If there is an existing issue related to this pull request, please reference it here.

closes #103 closes #102 closes #101 closes #87

Checklist

Please ensure that your pull request meets the following requirements:

Additional Notes

Any additional information or context regarding the pull request can be provided here.

Thank you for creating this pull request