diff options
author | Michael Mokry <mm117s@att.com> | 2018-08-22 10:39:12 -0500 |
---|---|---|
committer | Michael Mokry <mm117s@att.com> | 2018-08-22 10:55:19 -0500 |
commit | 18426fec0caba19ba978d61114ea1be982c96815 (patch) | |
tree | f03649d9360d05d15fcc2fb2d0b18476155fa1fb /config/pe/console.conf | |
parent | f27cc2be3a7c0caaad119f4bda5e42c73f99453e (diff) |
policy/docker changes to support PE https
Made changes to conf files and push-policies.sh to set variables and use
https in urls
Change-Id: I319e800a33756e771f57a8ef8bd611925fdd9299
Issue-ID: POLICY-781
Signed-off-by: Michael Mokry <mm117s@att.com>
Diffstat (limited to 'config/pe/console.conf')
-rw-r--r-- | config/pe/console.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/pe/console.conf b/config/pe/console.conf index f07b93f1..d8b4f045 100644 --- a/config/pe/console.conf +++ b/config/pe/console.conf @@ -90,7 +90,7 @@ REFRESH_RATE=40000 # -REST_PAP_URL=http://pap:9091/pap/ +REST_PAP_URL=https://pap:9091/pap/ # # Config/Action Properties location. @@ -98,7 +98,7 @@ REST_PAP_URL=http://pap:9091/pap/ REST_CONFIG_HOME=${{POLICY_HOME}}/servers/pap/webapps/Config/ REST_ACTION_HOME=${{POLICY_HOME}}/servers/pap/webapps/Action/ -REST_CONFIG_URL=http://pap:9091/ +REST_CONFIG_URL=https://pap:9091/ REST_CONFIG_WEBAPPS=${{POLICY_HOME}}/servers/pap/webapps/ # PAP account information |