From 301f68c3b48b5ecbb94e0671fd710d0672afb046 Mon Sep 17 00:00:00 2001 From: Ola Aunrønning Date: Tue, 2 Mar 2021 17:35:20 +0100 Subject: Add cloud secret store config --- config-model/src/main/resources/schema/containercluster.rnc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config-model/src/main/resources') 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 } ) } + } -- cgit v1.2.3