feat(radarr): disable auth

Signed-off-by: auricom <27022259+auricom@users.noreply.github.com>
This commit is contained in:
auricom
2024-06-03 17:41:57 +00:00
committed by GitHub
parent 02c165eba0
commit 1c29743db2

View File

@@ -80,11 +80,11 @@ spec:
enabled: true enabled: true
className: nginx className: nginx
annotations: annotations:
nginx.ingress.kubernetes.io/auth-method: GET # nginx.ingress.kubernetes.io/auth-method: GET
nginx.ingress.kubernetes.io/auth-url: http://authelia.default.svc.cluster.local.:8888/api/verify # nginx.ingress.kubernetes.io/auth-url: http://authelia.default.svc.cluster.local.:8888/api/verify
nginx.ingress.kubernetes.io/auth-signin: https://auth.${SECRET_CLUSTER_DOMAIN}?rm=$request_method # nginx.ingress.kubernetes.io/auth-signin: https://auth.${SECRET_CLUSTER_DOMAIN}?rm=$request_method
nginx.ingress.kubernetes.io/auth-response-headers: Remote-User,Remote-Name,Remote-Groups,Remote-Email # nginx.ingress.kubernetes.io/auth-response-headers: Remote-User,Remote-Name,Remote-Groups,Remote-Email
nginx.ingress.kubernetes.io/auth-snippet: proxy_set_header X-Forwarded-Method $request_method; # nginx.ingress.kubernetes.io/auth-snippet: proxy_set_header X-Forwarded-Method $request_method;
hajimari.io/icon: mdi:filmstrip hajimari.io/icon: mdi:filmstrip
hosts: hosts:
- host: *host - host: *host