summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorn.christian@seime.no>2020-01-15 16:24:01 +0100
committerGitHub <noreply@github.com>2020-01-15 16:24:01 +0100
commit1e628dccb9a9009802fa3af5f202fd4f827ae3e9 (patch)
tree5cd08ff5526d35b12562d8b2633e63abbe543c7e /config-model/src/main/resources
parent54f9f5a01ee741c88512dca5286a0f54e087a02a (diff)
Revert "Athenz domain cannot be set on instance level, just on the root"
Diffstat (limited to 'config-model/src/main/resources')
-rw-r--r--config-model/src/main/resources/schema/deployment.rnc1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-model/src/main/resources/schema/deployment.rnc b/config-model/src/main/resources/schema/deployment.rnc
index 171112f6bd7..6a8bc8f77b9 100644
--- a/config-model/src/main/resources/schema/deployment.rnc
+++ b/config-model/src/main/resources/schema/deployment.rnc
@@ -32,6 +32,7 @@ PrimitiveStep =
Instance = element instance {
attribute id { xsd:string } &
+ attribute athenz-domain { xsd:string }? &
attribute athenz-service { xsd:string }? &
StepExceptInstance
}