aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources
diff options
context:
space:
mode:
authorMorten Tokle <mortent@verizonmedia.com>2020-10-14 09:06:55 +0200
committerMorten Tokle <mortent@verizonmedia.com>2020-10-14 09:06:55 +0200
commitef16ddcca082541a9c5b36d66cb45d405f5e8630 (patch)
tree06c42c2701111c882ecb899691fc21985443ca9b /config-model/src/main/resources
parenta5c0acab0b2021df94600ba61d6de268308608e9 (diff)
Read client authentication attribute from access control element
Diffstat (limited to 'config-model/src/main/resources')
-rw-r--r--config-model/src/main/resources/schema/container.rnc1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-model/src/main/resources/schema/container.rnc b/config-model/src/main/resources/schema/container.rnc
index 034de1113c2..3c219558b9d 100644
--- a/config-model/src/main/resources/schema/container.rnc
+++ b/config-model/src/main/resources/schema/container.rnc
@@ -26,6 +26,7 @@ AccessControl = element access-control {
attribute domain { xsd:NCName }? & # TODO Vespa 8 Remove
attribute read { string "true" | string "false" }? & # TODO Vespa 8 Remove
attribute write { string "true" | string "false" }? & # TODO Vespa 8 Remove
+ attribute tls-handshake-client-auth {string "want" | string "need"}? &
element vespa-domain { xsd:NCName }? & # TODO Remove after end of March 2020
element exclude {
Binding+