add the introduce of using wildcard '*' in nonResourceURL
This commit is contained in:
parent
fcbef29da7
commit
f527759087
|
|
@ -247,7 +247,7 @@ Allow "GET" and "POST" requests to the non-resource endpoint "/healthz" and all
|
|||
|
||||
```yaml
|
||||
rules:
|
||||
- nonResourceURLs: ["/healthz", "/healthz/*"]
|
||||
- nonResourceURLs: ["/healthz", "/healthz/*"] # '*' in a nonResourceURL is a suffix glob match
|
||||
verbs: ["get", "post"]
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue