argo/apps/authelia
2025-09-26 23:10:59 -04:00
..
base fix(authelia): enable filesystem notifier 2024-10-09 16:42:26 -04:00
overlays/system chore(argocd): update repo URL 2025-09-26 23:10:59 -04:00
README.md
TODO.md
update-manifest-from-helm.sh
values.yaml fix(authelia): enable filesystem notifier 2024-10-09 16:42:26 -04:00

To force auth for an app that doesn't have it, use:

annotations:
  nginx.ingress.kubernetes.io/auth-method: 'GET'
  nginx.ingress.kubernetes.io/auth-url: 'http://authelia.authelia-system.svc.cluster.local/api/authz/auth-request'
  nginx.ingress.kubernetes.io/auth-signin: 'https://auth.nc.landry.land?rm=$request_method'
  nginx.ingress.kubernetes.io/auth-response-headers: 'Remote-User,Remote-Name,Remote-Groups,Remote-Email'