9 lines
436 B
Markdown
9 lines
436 B
Markdown
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'
|
|
```
|