-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EDIT webwork support for saml2 conf file
Added another file for the configmap, previously we only had localOverrides.conf. I renamed the "localOverrides.conf" key to "localOverrides" as the dot was causing troubles, couldn't figure out how to escape the dot and this was the simpler solution. There is now a 'authen_saml2' file under .Values.webworkFiles, this is a YAML file and needs to be mounted in Webwork's conf/authen_saml2.yml in order to enable the SAML2 plugin. Helm lint wasn't happy with the "if .Values.webworkFiles.localOverrides" check, complaining about nil pointer. Found people saying that if you wrap (.Values.webworkFiles) in parens, it stops complaining.
- Loading branch information
1 parent
06faa44
commit 6a62c79
Showing
4 changed files
with
25 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters