mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
test
This commit is contained in:
parent
8c85280364
commit
3b5d1159f1
1 changed files with 7 additions and 7 deletions
|
|
@ -2,11 +2,13 @@ oauth2-proxy:
|
|||
|
||||
config:
|
||||
existingSecret: oauth-credentials
|
||||
#configFile: |-
|
||||
# --provider=keycloak-oidc
|
||||
# --redirect-url=https://oauth.durp.info/oauth2/callback
|
||||
# --oidc-issuer-url=https://keycloak.durp.info/realms/master
|
||||
|
||||
configFile: |-
|
||||
whitelist-domain = durp.info
|
||||
scope = groups
|
||||
email_domains = [ "*" ]
|
||||
upstreams = [ "file:///dev/null" ]
|
||||
|
||||
|
||||
#--allowed-role=<realm role name> // Optional, required realm role
|
||||
#--allowed-role=<client id>:<client role name> // Optional, required client role
|
||||
|
||||
|
|
@ -32,8 +34,6 @@ oauth2-proxy:
|
|||
provider: keycloak-oidc
|
||||
redirect-url: https://oauth.durp.info/oauth2/callback/
|
||||
oidc-issuer-url: https://keycloak.durp.info/realms/master
|
||||
whitelist-domain: durp.info
|
||||
scope: groups
|
||||
|
||||
serviceAccount:
|
||||
enabled: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue