summaryrefslogtreecommitdiffstats
path: root/configserver
diff options
context:
space:
mode:
authorHarald Musum <musum@oath.com>2018-04-06 09:43:52 +0200
committerHarald Musum <musum@oath.com>2018-04-06 09:43:52 +0200
commit2630c57d0973abcc656c31e753b15efb0cdcafe8 (patch)
treecb0131353735f5c39f93388eb3a4292bb1cfdc7f /configserver
parent97bf0d647fd2f3aee965d6fe31654a4c1b3c740d (diff)
Add path for prepareandactivate POST (no session in that case)
Diffstat (limited to 'configserver')
-rw-r--r--configserver/src/main/resources/configserver-app/services.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/configserver/src/main/resources/configserver-app/services.xml b/configserver/src/main/resources/configserver-app/services.xml
index ecfa541563c..f5b503e54d8 100644
--- a/configserver/src/main/resources/configserver-app/services.xml
+++ b/configserver/src/main/resources/configserver-app/services.xml
@@ -108,6 +108,8 @@
<binding>https://*/application/v2/tenant/*/session/*/active</binding>
</handler>
<handler id='com.yahoo.vespa.config.server.http.v2.ApplicationApiHandler' bundle='configserver'>
+ <binding>http://*/application/v2/tenant/*/prepareandactivate</binding>
+ <binding>https://*/application/v2/tenant/*/prepareandactivate</binding>
<binding>http://*/application/v2/tenant/*/session/*/prepareandactivate</binding>
<binding>https://*/application/v2/tenant/*/session/*/prepareandactivate</binding>
</handler>