auth: use internal oauth2-proxy svc for forward-auth

This commit is contained in:
Brad Stein 2025-12-07 11:25:29 -03:00
parent 20bb776625
commit 4a089876ba
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ metadata:
namespace: longhorn-system
spec:
forwardAuth:
address: https://auth.bstein.dev/oauth2/auth
address: http://oauth2-proxy.sso.svc.cluster.local:4180/oauth2/auth
trustForwardHeader: true
authResponseHeaders:
- Authorization

View File

@ -6,7 +6,7 @@ metadata:
namespace: vault
spec:
forwardAuth:
address: https://auth.bstein.dev/oauth2/auth
address: http://oauth2-proxy.sso.svc.cluster.local:4180/oauth2/auth
trustForwardHeader: true
authResponseHeaders:
- Authorization

View File

@ -34,7 +34,7 @@ metadata:
namespace: zot
spec:
forwardAuth:
address: https://auth.bstein.dev/oauth2/auth
address: http://oauth2-proxy.sso.svc.cluster.local:4180/oauth2/auth
trustForwardHeader: true
authResponseHeaders:
- Authorization