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
bd8b050f
Commit
bd8b050f
authored
Apr 16, 2021
by
Sandro Mathys
Browse files
change default homeURL to /
parent
345a5d3f
Changes
3
Hide whitespace changes
Inline
Side-by-side
chart/Chart.yaml
View file @
bd8b050f
...
@@ -15,7 +15,7 @@ type: application
...
@@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version
:
0.2.
3
version
:
0.2.
4
# This is the version number of the application being deployed. This version number should be
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# incremented each time you make changes to the application. Versions are not expected to
...
...
chart/templates/configmap-shibboleth.yaml
View file @
bd8b050f
...
@@ -45,7 +45,7 @@ data:
...
@@ -45,7 +45,7 @@ data:
<!-- The ApplicationDefaults element is where most of Shibboleth's SAML bits are defined. -->
<!-- The ApplicationDefaults element is where most of Shibboleth's SAML bits are defined. -->
<ApplicationDefaults entityID="{{ tpl .Values.backend.shibboleth.applicationDefaults.entityID . }}"
<ApplicationDefaults entityID="{{ tpl .Values.backend.shibboleth.applicationDefaults.entityID . }}"
homeURL="{{ .Values.backend.shibboleth.applicationDefaults.homeURL | default "/
Shibboleth.sso/Session
" }}"
homeURL="{{ .Values.backend.shibboleth.applicationDefaults.homeURL | default "/" }}"
{{
- if .Values.backend.shibboleth.publicAttributes
}}
{{
- if .Values.backend.shibboleth.publicAttributes
}}
metadataAttributePrefix="Meta-"
metadataAttributePrefix="Meta-"
{{
- end
}}
{{
- end
}}
...
...
chart/values.yaml
View file @
bd8b050f
...
@@ -117,7 +117,7 @@ backend:
...
@@ -117,7 +117,7 @@ backend:
# https://wiki.shibboleth.net/confluence/display/SP3/ApplicationDefaults
# https://wiki.shibboleth.net/confluence/display/SP3/ApplicationDefaults
applicationDefaults
:
applicationDefaults
:
entityID
:
"
"
# e.g. "https://yourhost.example.org/shibboleth"
entityID
:
"
"
# e.g. "https://yourhost.example.org/shibboleth"
homeURL
:
"
"
#
e.g. "https://yourhost.example.org/Shibboleth.sso/Session
"
homeURL
:
"
"
#
default: "/
"
remoteUser
:
"
"
# default: "persistent-id uniqueID"
remoteUser
:
"
"
# default: "persistent-id uniqueID"
# https://wiki.shibboleth.net/confluence/display/SP3/Sessions
# https://wiki.shibboleth.net/confluence/display/SP3/Sessions
...
...
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