Merge pull request #13678 from hashicorp/envoy-prometheus-tls-fix
Fix syntax for envoy bootstrap prometheus secret config
This commit is contained in:
commit
18aacf9b55
|
@ -653,12 +653,10 @@ func (c *BootstrapConfig) generateListenerConfig(args *BootstrapTplArgs, bindAdd
|
|||
}
|
||||
],
|
||||
"validationContextSdsSecretConfig": {
|
||||
"trustedCa": {
|
||||
"name": "prometheus_validation_context"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}`
|
||||
}
|
||||
|
||||
|
|
|
@ -342,14 +342,12 @@ const (
|
|||
}
|
||||
],
|
||||
"validationContextSdsSecretConfig": {
|
||||
"trustedCa": {
|
||||
"name": "prometheus_validation_context"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}`
|
||||
|
||||
|
|
|
@ -151,14 +151,12 @@
|
|||
}
|
||||
],
|
||||
"validationContextSdsSecretConfig": {
|
||||
"trustedCa": {
|
||||
"name": "prometheus_validation_context"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
|
|
|
@ -151,14 +151,12 @@
|
|||
}
|
||||
],
|
||||
"validationContextSdsSecretConfig": {
|
||||
"trustedCa": {
|
||||
"name": "prometheus_validation_context"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue