aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources
diff options
context:
space:
mode:
authorMorten Tokle <mortent@verizonmedia.com>2021-03-25 10:09:05 +0100
committerMorten Tokle <mortent@verizonmedia.com>2021-03-25 10:09:05 +0100
commit42b41fa23d421f8957ada3002e6ca82572e08ae7 (patch)
tree0524dab68ed098c3c8b8d2035113a0a72182e450 /config-model/src/main/resources
parent77429da3edf53f376c53a66e387c550dc42cb3ec (diff)
New syntax for cloud secret store
Diffstat (limited to 'config-model/src/main/resources')
-rw-r--r--config-model/src/main/resources/schema/containercluster.rnc11
1 files changed, 7 insertions, 4 deletions
diff --git a/config-model/src/main/resources/schema/containercluster.rnc b/config-model/src/main/resources/schema/containercluster.rnc
index 9313d91ea55..39df939f78c 100644
--- a/config-model/src/main/resources/schema/containercluster.rnc
+++ b/config-model/src/main/resources/schema/containercluster.rnc
@@ -91,10 +91,13 @@ SecretStore = element secret-store {
attribute name { string } &
attribute environment { string "alpha" | string "corp" | string "prod" | string "aws" | string "aws_stage" }
} * &
- element aws-parameter-store {
- attribute name { string } &
- attribute region { string }
- } *
+ element store {
+ attribute id { string } &
+ element aws-parameter-store {
+ attribute account { string } &
+ attribute aws-region { string }
+ } *
+ }?
}
ZooKeeper = element zookeeper {