Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
helm-charts
Shibboleth SP
Helm Chart
Commits
fb37ef7d
Commit
fb37ef7d
authored
Jul 26, 2021
by
Sandro Mathys
Browse files
make more Sessions attributes configurable
parent
4f40c0cb
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
templates/configmap-shibboleth.yaml
View file @
fb37ef7d
...
@@ -67,8 +67,8 @@ data:
...
@@ -67,8 +67,8 @@ data:
{{
- else
}}
{{
- else
}}
relayState="ss:mem"
relayState="ss:mem"
{{
- end
}}
{{
- end
}}
checkAddress="
false
"
checkAddress="
{{ .Values.backend.shibboleth.applicationDefaults.sessions.checkAddress | default "true" }}
"
consistentAddress="true"
consistentAddress=
"{{ .Values.backend.shibboleth.applicationDefaults.sessions.consistentAddress | default
"true"
}}"
handlerSSL="{{ .Values.backend.shibboleth.applicationDefaults.sessions.handlerSSL | default "true" }}"
handlerSSL="{{ .Values.backend.shibboleth.applicationDefaults.sessions.handlerSSL | default "true" }}"
redirectLimit="{{ .Values.backend.shibboleth.applicationDefaults.sessions.redirectLimit | default "host" }}"
redirectLimit="{{ .Values.backend.shibboleth.applicationDefaults.sessions.redirectLimit | default "host" }}"
cookieProps="{{ tpl .Values.backend.shibboleth.applicationDefaults.sessions.cookieProps . | default "https" }}"
cookieProps="{{ tpl .Values.backend.shibboleth.applicationDefaults.sessions.cookieProps . | default "https" }}"
...
...
values.yaml
View file @
fb37ef7d
...
@@ -152,10 +152,12 @@ backend:
...
@@ -152,10 +152,12 @@ backend:
# https://wiki.shibboleth.net/confluence/display/SP3/Sessions
# https://wiki.shibboleth.net/confluence/display/SP3/Sessions
sessions
:
sessions
:
checkAddress
:
"
"
# default: "true"
consistentAddress
:
"
"
# default: "true"
handlerSSL
:
"
"
# default: "true"
handlerSSL
:
"
"
# default: "true"
redirectLimit
:
"
"
# default: "host"
redirectLimit
:
"
"
# default: "host"
cookieProps
:
"
"
# default: "https"
cookieProps
:
"
"
# default: "https"
#
sameSiteSession : "
Lax"
sameSiteSession
:
"
"
# default: N/A
# https://wiki.shibboleth.net/confluence/display/SP3/Errors
# https://wiki.shibboleth.net/confluence/display/SP3/Errors
errors
:
errors
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment