Skip to content

Commit

Permalink
geoserver - adding fqdn to the geoserver's CSRF whitelist (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmauduit authored Nov 2, 2023
1 parent 19c1c64 commit e1fe62a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/geoserver/geoserver-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ spec:
name: {{ $database_secret_gwc_name }}
key: password
optional: false
- name: GEOSERVER_CSRF_WHITELIST
value: {{ .Values.fqdn }}
{{- include "georchestra.database-georchestra-envs" . | nindent 10 }}
{{- if $webapp.extra_environment }}
{{- $webapp.extra_environment | toYaml | nindent 10 }}
Expand Down

0 comments on commit e1fe62a

Please sign in to comment.