mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 00:31:31 -05:00
test
This commit is contained in:
parent
feb7489cfe
commit
6e389f989c
2 changed files with 3 additions and 4 deletions
|
|
@ -5,11 +5,10 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: nginx
|
kubernetes.io/ingress.class: nginx
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||||
nginx.ingress.kubernetes.io/auth-response-headers: Authorization
|
#nginx.ingress.kubernetes.io/auth-response-headers: Authorization
|
||||||
#nginx.ingress.kubernetes.io/auth-response-headers: "x-auth-request-user, x-auth-request-email, x-auth-request-access-token"
|
nginx.ingress.kubernetes.io/auth-response-headers: "x-auth-request-user, x-auth-request-email, x-auth-request-access-token"
|
||||||
nginx.ingress.kubernetes.io/auth-url: https://oauth.durp.info/oauth2/auth
|
nginx.ingress.kubernetes.io/auth-url: https://oauth.durp.info/oauth2/auth
|
||||||
nginx.ingress.kubernetes.io/auth-signin: https://oauth.durp.info/oauth2/start?rd=https://$host$request_uri$is_args$args
|
nginx.ingress.kubernetes.io/auth-signin: https://oauth.durp.info/oauth2/start?rd=https://$host$request_uri$is_args$args
|
||||||
#nginx.ingress.kubernetes.io/auth-signin: "https://oauth.durp.info/oauth2/start?rd=https://longhorn.internal.durp.info"
|
|
||||||
nginx.ingress.kubernetes.io/whitelist-source-range: "192.168.0.0/16"
|
nginx.ingress.kubernetes.io/whitelist-source-range: "192.168.0.0/16"
|
||||||
spec:
|
spec:
|
||||||
rules:
|
rules:
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ oauth2-proxy:
|
||||||
extraArgs:
|
extraArgs:
|
||||||
provider: keycloak-oidc
|
provider: keycloak-oidc
|
||||||
redirect-url: https://oauth.durp.info/oauth2/callback/
|
redirect-url: https://oauth.durp.info/oauth2/callback/
|
||||||
oidc-issuer-url: https://keycloak.durp.info/realms/lab
|
oidc-issuer-url: https://keycloak.durp.info/realms/master
|
||||||
|
|
||||||
serviceAccount:
|
serviceAccount:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue