Support for adding ExternalCaCert secrets (#576)

This commit is contained in:
Lenin Alevski
2021-02-02 18:49:40 -06:00
committed by GitHub
parent 6b02f472e6
commit 1c6a29bc20
6 changed files with 205 additions and 7 deletions

View File

@@ -5267,6 +5267,12 @@ func init() {
"tlsConfiguration": {
"type": "object",
"properties": {
"ca_certificates": {
"type": "array",
"items": {
"type": "string"
}
},
"console": {
"type": "object",
"$ref": "#/definitions/keyPairConfiguration"
@@ -11159,6 +11165,12 @@ func init() {
"tlsConfiguration": {
"type": "object",
"properties": {
"ca_certificates": {
"type": "array",
"items": {
"type": "string"
}
},
"console": {
"type": "object",
"$ref": "#/definitions/keyPairConfiguration"