feature/bstein-dev-home #7
@ -130,6 +130,23 @@ spec:
|
|||||||
}
|
}
|
||||||
JCasC:
|
JCasC:
|
||||||
configScripts:
|
configScripts:
|
||||||
|
security.yaml: |
|
||||||
|
jenkins:
|
||||||
|
securityRealm:
|
||||||
|
oic:
|
||||||
|
clientId: "${OIDC_CLIENT_ID}"
|
||||||
|
clientSecret: "${OIDC_CLIENT_SECRET}"
|
||||||
|
wellKnownOpenIDConfigurationUrl: "${OIDC_ISSUER}/.well-known/openid-configuration"
|
||||||
|
scopes: "openid profile email"
|
||||||
|
userNameField: "preferred_username"
|
||||||
|
fullNameFieldName: "name"
|
||||||
|
emailFieldName: "email"
|
||||||
|
groupsFieldName: "groups"
|
||||||
|
logoutFromOpenidProvider: true
|
||||||
|
rootURLFromRequest: true
|
||||||
|
authorizationStrategy:
|
||||||
|
loggedInUsersCanDoAnything:
|
||||||
|
allowAnonymousRead: false
|
||||||
creds.yaml: |
|
creds.yaml: |
|
||||||
credentials:
|
credentials:
|
||||||
system:
|
system:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user