auth: use internal oauth2-proxy svc for forward-auth
This commit is contained in:
parent
20bb776625
commit
4a089876ba
@ -30,7 +30,7 @@ metadata:
|
|||||||
namespace: longhorn-system
|
namespace: longhorn-system
|
||||||
spec:
|
spec:
|
||||||
forwardAuth:
|
forwardAuth:
|
||||||
address: https://auth.bstein.dev/oauth2/auth
|
address: http://oauth2-proxy.sso.svc.cluster.local:4180/oauth2/auth
|
||||||
trustForwardHeader: true
|
trustForwardHeader: true
|
||||||
authResponseHeaders:
|
authResponseHeaders:
|
||||||
- Authorization
|
- Authorization
|
||||||
|
|||||||
@ -6,7 +6,7 @@ metadata:
|
|||||||
namespace: vault
|
namespace: vault
|
||||||
spec:
|
spec:
|
||||||
forwardAuth:
|
forwardAuth:
|
||||||
address: https://auth.bstein.dev/oauth2/auth
|
address: http://oauth2-proxy.sso.svc.cluster.local:4180/oauth2/auth
|
||||||
trustForwardHeader: true
|
trustForwardHeader: true
|
||||||
authResponseHeaders:
|
authResponseHeaders:
|
||||||
- Authorization
|
- Authorization
|
||||||
|
|||||||
@ -34,7 +34,7 @@ metadata:
|
|||||||
namespace: zot
|
namespace: zot
|
||||||
spec:
|
spec:
|
||||||
forwardAuth:
|
forwardAuth:
|
||||||
address: https://auth.bstein.dev/oauth2/auth
|
address: http://oauth2-proxy.sso.svc.cluster.local:4180/oauth2/auth
|
||||||
trustForwardHeader: true
|
trustForwardHeader: true
|
||||||
authResponseHeaders:
|
authResponseHeaders:
|
||||||
- Authorization
|
- Authorization
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user