diff options
author | saul.gill <saul.gill@est.tech> | 2021-11-10 14:44:57 +0000 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2021-11-10 14:45:02 +0000 |
commit | d6803f7f1551fa2382a61d265388c537bdb76d5d (patch) | |
tree | a8f5de5d4501b31469714c71fec30df80f514e40 /csit/docker-compose-all.yml | |
parent | 496b301c101f2a21e8408048dc0fd57c59a12d92 (diff) |
Fixed policy participant config to use https
Changed to use "useHttps" instead of "https"
Changed username for api and pap from "healthcheck" to "policyadmin"
Added config to bind mount for policy participant
Issue-ID: POLICY-3817
Change-Id: I7470ea45ebb769a8781b76422626e13b5eb515bd
Signed-off-by: saul.gill <saul.gill@est.tech>
Diffstat (limited to 'csit/docker-compose-all.yml')
-rw-r--r-- | csit/docker-compose-all.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/csit/docker-compose-all.yml b/csit/docker-compose-all.yml index eeea35b1..bad05932 100644 --- a/csit/docker-compose-all.yml +++ b/csit/docker-compose-all.yml @@ -304,6 +304,7 @@ services: - ./config/policy-truststore:/opt/app/policy/clamp/etc/ssl/policy-truststore:ro - ./wait_for_port.sh:/opt/app/policy/bin/wait_for_port.sh:ro - ./config/ks.jks:/opt/app/policy/clamp/etc/ssl/policy-keystore:ro + - ./config/clamp/PolicyParticipantParameters.yaml:/opt/app/policy/clamp/config/PolicyParticipantParameters.yaml:ro entrypoint: /opt/app/policy/bin/wait_for_port.sh command: [ '-c', './policy-participant.sh', |