aboutsummaryrefslogtreecommitdiffstats
path: root/controlloop/common/feature-controlloop-management/src/main/feature/config/GUARD-http-client.properties
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-03-25 14:22:28 -0400
committerJim Hahn <jrh3@att.com>2020-03-25 14:22:28 -0400
commitc53ad826391ef385e614b8c4617eb5e424ae11f7 (patch)
treee69d2bd750017ca2a78a579d85fb577d0783e03c /controlloop/common/feature-controlloop-management/src/main/feature/config/GUARD-http-client.properties
parent08841f5534f3d329253b81a927721f76b25f30af (diff)
Adjust properties for context URI with slash
Added a trailing "/" to the context URI for the various actors. Updated the properties to accomodate it. Also fixed the "path" for a couple of actors; the path property only applies at the individual operation level, not at the actor level. Issue-ID: POLICY-2441 Signed-off-by: Jim Hahn <jrh3@att.com> Change-Id: I4e8c4cd07de5ac075dbfa56d83116e1e87bdee1c
Diffstat (limited to 'controlloop/common/feature-controlloop-management/src/main/feature/config/GUARD-http-client.properties')
-rw-r--r--controlloop/common/feature-controlloop-management/src/main/feature/config/GUARD-http-client.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/controlloop/common/feature-controlloop-management/src/main/feature/config/GUARD-http-client.properties b/controlloop/common/feature-controlloop-management/src/main/feature/config/GUARD-http-client.properties
index 98122f5ee..8772f906e 100644
--- a/controlloop/common/feature-controlloop-management/src/main/feature/config/GUARD-http-client.properties
+++ b/controlloop/common/feature-controlloop-management/src/main/feature/config/GUARD-http-client.properties
@@ -24,4 +24,4 @@ http.client.services.GUARD.host=${envd:PDP_HOST}
http.client.services.GUARD.port=${envd:PDP_PORT}
http.client.services.GUARD.username=${envd:PDP_USERNAME}
http.client.services.GUARD.password=${envd:PDP_PASSWORD}
-http.client.services.GUARD.contextUriPath=${envd:PDP_CONTEXT_URI:policy/pdpx/v1}
+http.client.services.GUARD.contextUriPath=${envd:PDP_CONTEXT_URI:policy/pdpx/v1/}