Merge pull request #13678 from hashicorp/envoy-prometheus-tls-fix

Fix syntax for envoy bootstrap prometheus secret config
This commit is contained in:
Kyle Havlovitz 2022-07-08 15:58:19 -07:00 committed by GitHub
commit 18aacf9b55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 12 deletions

View File

@ -653,9 +653,7 @@ func (c *BootstrapConfig) generateListenerConfig(args *BootstrapTplArgs, bindAdd
}
],
"validationContextSdsSecretConfig": {
"trustedCa": {
"name": "prometheus_validation_context"
}
"name": "prometheus_validation_context"
}
}
}

View File

@ -342,9 +342,7 @@ const (
}
],
"validationContextSdsSecretConfig": {
"trustedCa": {
"name": "prometheus_validation_context"
}
"name": "prometheus_validation_context"
}
}
}

View File

@ -151,9 +151,7 @@
}
],
"validationContextSdsSecretConfig": {
"trustedCa": {
"name": "prometheus_validation_context"
}
"name": "prometheus_validation_context"
}
}
}

View File

@ -151,9 +151,7 @@
}
],
"validationContextSdsSecretConfig": {
"trustedCa": {
"name": "prometheus_validation_context"
}
"name": "prometheus_validation_context"
}
}
}