mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
docs: fix unauthorizedAccessConfig
filed names for operator
See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/5520 Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
parent
7575f5c501
commit
8ba483eca3
1 changed files with 4 additions and 4 deletions
|
@ -101,8 +101,8 @@ metadata:
|
||||||
name: vmauth-unauthorized-example
|
name: vmauth-unauthorized-example
|
||||||
spec:
|
spec:
|
||||||
unauthorizedAccessConfig:
|
unauthorizedAccessConfig:
|
||||||
- paths: ["/metrics"]
|
- src_paths: ["/metrics"]
|
||||||
urls:
|
url_prefix:
|
||||||
- http://vmsingle-example.default.svc:8428
|
- http://vmsingle-example.default.svc:8428
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -204,8 +204,8 @@ spec:
|
||||||
- 5.6.7.8
|
- 5.6.7.8
|
||||||
# allow read vmsingle metrics without authorization for users from internal network
|
# allow read vmsingle metrics without authorization for users from internal network
|
||||||
unauthorizedAccessConfig:
|
unauthorizedAccessConfig:
|
||||||
- paths: ["/metrics"]
|
- src_paths: ["/metrics"]
|
||||||
urls: ["http://vmsingle-example.default.svc:8428"]
|
url_prefix: ["http://vmsingle-example.default.svc:8428"]
|
||||||
ip_filters:
|
ip_filters:
|
||||||
allow_list:
|
allow_list:
|
||||||
- 192.168.0.0/16
|
- 192.168.0.0/16
|
||||||
|
|
Loading…
Reference in a new issue