diff --git a/charts/openinwoner/Chart.yaml b/charts/openinwoner/Chart.yaml index 68b2a47..ea37719 100644 --- a/charts/openinwoner/Chart.yaml +++ b/charts/openinwoner/Chart.yaml @@ -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: diff --git a/charts/openinwoner/templates/configmap.yaml b/charts/openinwoner/templates/configmap.yaml index 0520edf..ddd985a 100644 --- a/charts/openinwoner/templates/configmap.yaml +++ b/charts/openinwoner/templates/configmap.yaml @@ -83,3 +83,7 @@ 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 }} + \ No newline at end of file diff --git a/charts/openinwoner/values.yaml b/charts/openinwoner/values.yaml index 4531f85..2e936fc 100644 --- a/charts/openinwoner/values.yaml +++ b/charts/openinwoner/values.yaml @@ -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: ""