fix
This commit is contained in:
parent
f302cf6b94
commit
b1b39428af
|
|
@ -14,12 +14,9 @@ ingress:
|
||||||
className: nginx
|
className: nginx
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-nginx-production
|
cert-manager.io/cluster-issuer: letsencrypt-nginx-production
|
||||||
nginx.ingress.kubernetes.io/auth-url: "http://authelia.authelia.svc.cluster.local:9091/api/authz/ext-authz"
|
nginx.ingress.kubernetes.io/auth-url: "http://authelia.authelia.svc.cluster.local:9091/api/authz/auth-request"
|
||||||
nginx.ingress.kubernetes.io/auth-signin: "https://idp.jamkazam.com/?rd=$escaped_request_uri"
|
nginx.ingress.kubernetes.io/auth-signin: "https://idp.jamkazam.com/?rd=$escaped_request_uri"
|
||||||
nginx.ingress.kubernetes.io/auth-response-headers: "Remote-User,Remote-Groups,Remote-Name,Remote-Email"
|
nginx.ingress.kubernetes.io/auth-response-headers: "Remote-User,Remote-Groups,Remote-Name,Remote-Email"
|
||||||
nginx.ingress.kubernetes.io/auth-snippet: |
|
|
||||||
proxy_set_header X-Forwarded-Method $request_method;
|
|
||||||
proxy_set_header X-Forwarded-URI $request_uri;
|
|
||||||
tls:
|
tls:
|
||||||
- secretName: console-tls
|
- secretName: console-tls
|
||||||
hosts:
|
hosts:
|
||||||
|
|
|
||||||
|
|
@ -14,12 +14,9 @@ ingress:
|
||||||
className: nginx
|
className: nginx
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-nginx-production
|
cert-manager.io/cluster-issuer: letsencrypt-nginx-production
|
||||||
nginx.ingress.kubernetes.io/auth-url: "http://authelia.authelia.svc.cluster.local:9091/api/authz/ext-authz"
|
nginx.ingress.kubernetes.io/auth-url: "http://authelia.authelia.svc.cluster.local:9091/api/authz/auth-request"
|
||||||
nginx.ingress.kubernetes.io/auth-signin: "https://idp.staging.jamkazam.com/?rd=$escaped_request_uri"
|
nginx.ingress.kubernetes.io/auth-signin: "https://idp.staging.jamkazam.com/?rd=$escaped_request_uri"
|
||||||
nginx.ingress.kubernetes.io/auth-response-headers: "Remote-User,Remote-Groups,Remote-Name,Remote-Email"
|
nginx.ingress.kubernetes.io/auth-response-headers: "Remote-User,Remote-Groups,Remote-Name,Remote-Email"
|
||||||
nginx.ingress.kubernetes.io/auth-snippet: |
|
|
||||||
proxy_set_header X-Forwarded-Method $request_method;
|
|
||||||
proxy_set_header X-Forwarded-URI $request_uri;
|
|
||||||
tls:
|
tls:
|
||||||
- secretName: console-tls
|
- secretName: console-tls
|
||||||
hosts:
|
hosts:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue