@@ -1926,7 +1926,7 @@ dns:
1926
1926
1927
1927
# Refers to an existing Kubernetes secret that contains an ACL token
1928
1928
# for your Consul cluster. This token provides permissions for the DNS
1929
- # proxy. This field is required when `global.acls.manageSystemACLs`
1929
+ # proxy. This field is required when `global.acls.manageSystemACLs`
1930
1930
# is set to `false` to enable manual ACL management in a Consul cluster.
1931
1931
# node_prefix "" {
1932
1932
# policy = "read"
@@ -2071,6 +2071,15 @@ ui:
2071
2071
# @type: string
2072
2072
baseURL : http://prometheus-server
2073
2073
2074
+ # pathAllowlist specifies the paths that may be proxied to when appended to
2075
+ # baseURL. This limits exposure of the metrics backend to consul.
2076
+ # Refer to [`path_allowlist`](https://developer.hashicorp.com/consul/docs/connect/observability/ui-visualization#path-allowlist)
2077
+ # This value is only used if `ui.enabled` is set to true.
2078
+ # @type: string
2079
+ pathAllowlist :
2080
+ - /api/v1/query_range
2081
+ - /api/v1/query
2082
+
2074
2083
# Corresponds to [`dashboard_url_templates`](https://developer.hashicorp.com/consul/docs/agent/config/config-files#ui_config_dashboard_url_templates)
2075
2084
# configuration.
2076
2085
dashboardURLTemplates :
@@ -2220,7 +2229,7 @@ syncCatalog:
2220
2229
# Set this to false to skip syncing ClusterIP services.
2221
2230
syncClusterIPServices : true
2222
2231
2223
- # If true, LoadBalancer service endpoints instead of ingress addresses will be synced to Consul.
2232
+ # If true, LoadBalancer service endpoints instead of ingress addresses will be synced to Consul.
2224
2233
# If false, LoadBalancer endpoints are not synced to Consul.
2225
2234
syncLoadBalancerEndpoints : false
2226
2235
@@ -2475,7 +2484,7 @@ connectInject:
2475
2484
# This value sets the path to use for scraping gateway metrics via prometheus, defaults to /metrics if not set.
2476
2485
# @type: string
2477
2486
path : null
2478
-
2487
+
2479
2488
# The resource settings for Pods handling traffic for Gateway API.
2480
2489
# @recurse: false
2481
2490
# @type: map
0 commit comments