aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorn.christian@seime.no>2020-03-18 14:18:15 +0100
committerGitHub <noreply@github.com>2020-03-18 14:18:15 +0100
commite6d74b114fc5f3fa1a35f534f1b8f12b4c541d34 (patch)
tree3aa97051a9fb5f37ec244894ec54a42c4ee9fbfc /config-model/src/main/resources
parent706ee257707f2e9c8d8916589c5b491984a79916 (diff)
Revert "Bjorncs/implicit access control"
Diffstat (limited to 'config-model/src/main/resources')
-rw-r--r--config-model/src/main/resources/schema/container.rnc6
1 files changed, 3 insertions, 3 deletions
diff --git a/config-model/src/main/resources/schema/container.rnc b/config-model/src/main/resources/schema/container.rnc
index 034de1113c2..b9cb5e1fae6 100644
--- a/config-model/src/main/resources/schema/container.rnc
+++ b/config-model/src/main/resources/schema/container.rnc
@@ -23,9 +23,9 @@ Server = element server {
}
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 domain { xsd:NCName } &
+ attribute read { string "true" | string "false" }? &
+ attribute write { string "true" | string "false" }? &
element vespa-domain { xsd:NCName }? & # TODO Remove after end of March 2020
element exclude {
Binding+