aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources
diff options
context:
space:
mode:
authorOla Aunrønning <olaa@verizonmedia.com>2021-03-02 17:35:20 +0100
committerOla Aunrønning <olaa@verizonmedia.com>2021-03-04 13:31:52 +0100
commit301f68c3b48b5ecbb94e0671fd710d0672afb046 (patch)
tree4b09f3fd36690c0ea4a90657dafd34b52bb4af1a /config-model/src/main/resources
parent65b1933e6b2c1b5a2b2c678490590c2ad1af3cc2 (diff)
Add cloud secret store config
Diffstat (limited to 'config-model/src/main/resources')
-rw-r--r--config-model/src/main/resources/schema/containercluster.rnc5
1 files changed, 3 insertions, 2 deletions
diff --git a/config-model/src/main/resources/schema/containercluster.rnc b/config-model/src/main/resources/schema/containercluster.rnc
index 5257345c39e..abe7386fa00 100644
--- a/config-model/src/main/resources/schema/containercluster.rnc
+++ b/config-model/src/main/resources/schema/containercluster.rnc
@@ -86,10 +86,11 @@ AccessLog = element accesslog {
}
SecretStore = element secret-store {
- attribute type { string "oath-ckms" } &
+ attribute type { string "oath-ckms" | string "cloud" } &
element group {
attribute name { string } &
- attribute environment { string "alpha" | string "corp" | string "prod" | string "aws" | string "aws_stage" }
+ (attribute environment { string "alpha" | string "corp" | string "prod" | string "aws" | string "aws_stage" } |
+ attribute region { string } )
} +
}