aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-03-17 11:19:51 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-03-17 11:22:39 +0100
commitbcb71f4e17a72113d6270cd796218766a7d97f7a (patch)
tree5d70dac3cb2102341ca76341d31566a31fb56eb3 /config-model/src/main/resources
parentca1eae82829cd9f2d270b2b788432a4461c1dc3e (diff)
Remove support for overriding application id in access-control
Diffstat (limited to 'config-model/src/main/resources')
-rw-r--r--config-model/src/main/resources/schema/container.rnc1
1 files changed, 0 insertions, 1 deletions
diff --git a/config-model/src/main/resources/schema/container.rnc b/config-model/src/main/resources/schema/container.rnc
index fde3eb4dd5a..b9cb5e1fae6 100644
--- a/config-model/src/main/resources/schema/container.rnc
+++ b/config-model/src/main/resources/schema/container.rnc
@@ -27,7 +27,6 @@ AccessControl = element access-control {
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 application { xsd:NCName }? &
element exclude {
Binding+
}?