Skip to content

Commit

Permalink
✨ add USE_OIDC_SESSION_REFRESH_MIDDLEWARE to OIP configmap
Browse files Browse the repository at this point in the history
  • Loading branch information
swrichards committed Feb 25, 2025
1 parent 0773cd3 commit e6a5dd5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/openinwoner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: openinwoner
description: Platform voor gemeenten en overheden om producten inzichtelijker en toegankelijker te maken voor inwoners.

type: application
version: 1.7.0
appVersion: 1.27.0
version: 1.7.1
appVersion: 1.27.1
icon: https://docs.openinwoner.nl/en/latest/_static/logo.png

dependencies:
Expand Down
3 changes: 3 additions & 0 deletions charts/openinwoner/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,6 @@ data:
{{- if .Values.settings.uwsgi.httpKeepalive }}
UWSGI_HTTP_KEEPALIVE: {{ if .Values.settings.uwsgi.httpKeepalive }}"1"{{ else }}"0"{{ end }}
{{- end }}
{{- if .Values.settings.oip_use_oidc_session_refresh_middleware }}
USE_OIDC_SESSION_REFRESH_MIDDLEWARE: {{ if .Values.settings.oip_use_oidc_session_refresh_middleware }}"true"{{ else }}"false"{{ end }}
{{- end }}
4 changes: 4 additions & 0 deletions charts/openinwoner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,10 @@ settings:
digidMock: ""
eherkenningMock: ""

# TODO: Will be deprecated once when https://github.com/maykinmedia/mozilla-django-oidc-db/issues/136
# is fixed
oip_use_oidc_session_refresh_middleware: true

sentry:
dsn: ""

Expand Down

0 comments on commit e6a5dd5

Please sign in to comment.