summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/containercluster.rnc
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/main/resources/schema/containercluster.rnc')
-rw-r--r--config-model/src/main/resources/schema/containercluster.rnc9
1 files changed, 9 insertions, 0 deletions
diff --git a/config-model/src/main/resources/schema/containercluster.rnc b/config-model/src/main/resources/schema/containercluster.rnc
index 95ac198adc4..dae7f063154 100644
--- a/config-model/src/main/resources/schema/containercluster.rnc
+++ b/config-model/src/main/resources/schema/containercluster.rnc
@@ -25,6 +25,7 @@ ContainerServices =
Http? &
HttpFilter? &
AccessLog* &
+ SecretStore? &
GenericConfig*
Components = element components {
@@ -75,6 +76,14 @@ AccessLog = element accesslog {
attribute rotationScheme { string "date" | string "sequence" }?
}
+SecretStore = element secret-store {
+ attribute type { string "oath-ckms" } &
+ element group {
+ attribute name { string } &
+ attribute environment { string "alpha" | string "corp" | string "prod" | string "aws" | string "aws_stage" }
+ } +
+}
+
# REST-API:
RestApi = element rest-api {