Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Nov 18, 2024
1 parent 5d35c22 commit b24c990
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/system/monitoring/base/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
nginx.ingress.kubernetes.io/ssl-redirect: "true"
cert-manager.io/cluster-issuer: letsencrypt-prod
nginx.ingress.kubernetes.io/auth-url: "https://oauth2.ninebasetwo.net/oauth2/auth"
nginx.ingress.kubernetes.io/auth-signin: "https://oauth2.ninebasetwo.net/oauth2/start?rd=https://$host$uri"
nginx.ingress.kubernetes.io/auth-signin: "https://oauth2.ninebasetwo.net/oauth2/start?rd=$scheme://$host$request_uri"
spec:
ingressClassName: nginx
rules:
Expand Down
1 change: 1 addition & 0 deletions kubernetes/system/oauth2-proxy/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ config:
http_address = "0.0.0.0:4180"
cookie_domains = [ ".ninebasetwo.net" ]
cookie_secure = true
redirect_url = "https://oauth2.ninebasetwo.net/oauth2/callback"
# Custom configuration file: oauth2_proxy.cfg
# configFile: |-
# pass_basic_auth = false
Expand Down

0 comments on commit b24c990

Please sign in to comment.