summaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorØyvind Grønnesby <oyving@verizonmedia.com>2019-08-20 09:38:44 +0200
committerØyvind Grønnesby <oyving@verizonmedia.com>2019-08-20 09:38:44 +0200
commit9773a733b954191df1c7c4339ad4927b237305c2 (patch)
treef406155f99a46abda1f518130fd3a5934f88c5f8 /config-model
parent06baba9b5bbee4f208765dcbaf2c55e477cce94e (diff)
Add client-authorize to RNG schema
Diffstat (limited to 'config-model')
-rw-r--r--config-model/src/main/resources/schema/containercluster.rnc6
1 files changed, 5 insertions, 1 deletions
diff --git a/config-model/src/main/resources/schema/containercluster.rnc b/config-model/src/main/resources/schema/containercluster.rnc
index d5de3c11124..142abb5c63b 100644
--- a/config-model/src/main/resources/schema/containercluster.rnc
+++ b/config-model/src/main/resources/schema/containercluster.rnc
@@ -7,7 +7,8 @@ ContainerCluster = element container | jdisc {
ContainerServices &
DocumentBinding* &
Aliases? &
- NodesOfContainerCluster?
+ NodesOfContainerCluster? &
+ ClientAuthorize?
}
ContainerServices =
@@ -28,6 +29,9 @@ ContainerServices =
SecretStore? &
GenericConfig*
+# TODO(ogronnesby): Change this configuration syntax
+ClientAuthorize = element client-authorize { empty }
+
Components = element components {
Include* &
Component*