feature/sso #4

Merged
bstein merged 30 commits from feature/sso into main 2025-12-11 20:43:36 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 5e59f20bc3 - Show all commits

View File

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

View File

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

View File

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