disabled unauthorized access to vlogs and vmetrics
This commit is contained in:
parent
5f96bc875f
commit
e04bfbef47
1 changed files with 15 additions and 15 deletions
|
@ -763,23 +763,23 @@ vmauth:
|
||||||
annotations:
|
annotations:
|
||||||
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
|
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
|
||||||
cert-manager.io/cluster-issuer: main
|
cert-manager.io/cluster-issuer: main
|
||||||
host: o12y.penguin-observability.think-ahead.cloud
|
host: o12y.observability.think-ahead.cloud
|
||||||
tlsHosts:
|
tlsHosts:
|
||||||
- o12y.penguin-observability.think-ahead.cloud
|
- o12y.observability.think-ahead.cloud
|
||||||
tlsSecretName: vmauth-tls-secret
|
tlsSecretName: vmauth-tls-secret
|
||||||
unauthorizedUserAccessSpec:
|
# unauthorizedUserAccessSpec:
|
||||||
# -- Flag, that allows to disable default VMAuth unauthorized user access config
|
# # -- Flag, that allows to disable default VMAuth unauthorized user access config
|
||||||
disabled: false
|
# disabled: false
|
||||||
discover_backend_ips: true
|
# discover_backend_ips: true
|
||||||
url_map:
|
# url_map:
|
||||||
- src_paths:
|
# - src_paths:
|
||||||
- '/insert/elasticsearch/.*'
|
# - '/insert/elasticsearch/.*'
|
||||||
url_prefix:
|
# url_prefix:
|
||||||
- 'http://vlogs-victorialogs:9428'
|
# - 'http://vlogs-victorialogs:9428'
|
||||||
- src_paths:
|
# - src_paths:
|
||||||
- '/api/v1/write/.*'
|
# - '/api/v1/write/.*'
|
||||||
url_prefix:
|
# url_prefix:
|
||||||
- 'http://vmsingle-victoria-k8s-stack-victoria-metrics-k8s-stack:8428'
|
# - 'http://vmsingle-victoria-k8s-stack-victoria-metrics-k8s-stack:8428'
|
||||||
|
|
||||||
vmagent:
|
vmagent:
|
||||||
# -- Create VMAgent CR
|
# -- Create VMAgent CR
|
||||||
|
|
Loading…
Reference in a new issue