Merge pull request #6426 from liggitt/webhook
Clarify webhook URL may not include parameters
This commit is contained in:
@@ -31,8 +31,10 @@ A configuration example which uses HTTPS client auth:
|
|||||||
clusters:
|
clusters:
|
||||||
- name: name-of-remote-authz-service
|
- name: name-of-remote-authz-service
|
||||||
cluster:
|
cluster:
|
||||||
certificate-authority: /path/to/ca.pem # CA for verifying the remote service.
|
# CA for verifying the remote service.
|
||||||
server: https://authz.example.com/authorize # URL of remote service to query. Must use 'https'.
|
certificate-authority: /path/to/ca.pem
|
||||||
|
# URL of remote service to query. Must use 'https'. May not include parameters.
|
||||||
|
server: https://authz.example.com/authorize
|
||||||
|
|
||||||
# users refers to the API Server's webhook configuration.
|
# users refers to the API Server's webhook configuration.
|
||||||
users:
|
users:
|
||||||
|
|||||||
Reference in New Issue
Block a user