Merge pull request #26018 from CharlyRipp/patch-1
Update misleading webhook authentication documentation
This commit is contained in:
commit
59d1b368c1
|
@ -458,7 +458,7 @@ clusters:
|
||||||
- name: name-of-remote-authn-service
|
- name: name-of-remote-authn-service
|
||||||
cluster:
|
cluster:
|
||||||
certificate-authority: /path/to/ca.pem # CA for verifying the remote service.
|
certificate-authority: /path/to/ca.pem # CA for verifying the remote service.
|
||||||
server: https://authn.example.com/authenticate # URL of remote service to query. Must use 'https'.
|
server: https://authn.example.com/authenticate # URL of remote service to query. 'https' recommended for production.
|
||||||
|
|
||||||
# users refers to the API server's webhook configuration.
|
# users refers to the API server's webhook configuration.
|
||||||
users:
|
users:
|
||||||
|
|
Loading…
Reference in New Issue