aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2020-01-17 13:18:26 +0100
committerJon Bratseth <bratseth@verizonmedia.com>2020-01-17 13:18:26 +0100
commitbf76355d3cc26f9e99013a30369cef5537ae72b0 (patch)
treeb6a9ba552a0f095e38f6e127ccb2ed40cc27ad40 /config-model/src/main/resources
parent6f695e3201aaa24a0672e81a24fea478479b89a4 (diff)
Allow requiring ports illegal for tenants
Diffstat (limited to 'config-model/src/main/resources')
-rw-r--r--config-model/src/main/resources/schema/containercluster.rnc1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-model/src/main/resources/schema/containercluster.rnc b/config-model/src/main/resources/schema/containercluster.rnc
index ffa26bc6251..6e4346d96ee 100644
--- a/config-model/src/main/resources/schema/containercluster.rnc
+++ b/config-model/src/main/resources/schema/containercluster.rnc
@@ -65,6 +65,7 @@ Filtering = element filtering {
HttpServer = element server {
attribute port { xsd:nonNegativeInteger }? &
+ attribute required { xsd:boolean }? &
ComponentId &
(Ssl | SslProvider)? &
GenericConfig*