docs: Include default annotation prefix is docs
Most docs includes the annotation prefix
This commit is contained in:
parent
a7c40bbec4
commit
892907907b
1 changed files with 1 additions and 1 deletions
|
@ -1298,7 +1298,7 @@ _**default:**_ "/.well-known/acme-challenge"
|
||||||
|
|
||||||
A url to an existing service that provides authentication for all the locations.
|
A url to an existing service that provides authentication for all the locations.
|
||||||
Similar to the Ingress rule annotation `nginx.ingress.kubernetes.io/auth-url`.
|
Similar to the Ingress rule annotation `nginx.ingress.kubernetes.io/auth-url`.
|
||||||
Locations that should not get authenticated can be listed using `no-auth-locations` See [no-auth-locations](#no-auth-locations). In addition, each service can be excluded from authentication via annotation `enable-global-auth` set to "false".
|
Locations that should not get authenticated can be listed using `no-auth-locations` See [no-auth-locations](#no-auth-locations). In addition, each service can be excluded from authentication via annotation `nginx.ingress.kubernetes.io/enable-global-auth` set to "false".
|
||||||
_**default:**_ ""
|
_**default:**_ ""
|
||||||
|
|
||||||
_References:_ [https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/nginx-configuration/annotations.md#external-authentication](https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/nginx-configuration/annotations.md#external-authentication)
|
_References:_ [https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/nginx-configuration/annotations.md#external-authentication](https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/nginx-configuration/annotations.md#external-authentication)
|
||||||
|
|
Loading…
Reference in a new issue