diff options
author | muraliparthatechm <muraliparthasarathy.k@techmahindra.com> | 2024-12-18 18:15:17 +0100 |
---|---|---|
committer | muraliparthatechm <muraliparthasarathy.k@techmahindra.com> | 2024-12-19 13:39:05 +0100 |
commit | 32fd1f3c1e22dbeb69e3cc150a6fb1b72ea0ed53 (patch) | |
tree | a068657e6b3d7f87506a30f4ec3ce639cf06c5bc /compose/export-ports.sh | |
parent | 522cfc28114b076fbcb1da8b2a16894e647ed10c (diff) |
Update CSIT with opa-pdp (docker-compose env)
Issue-ID: POLICY-5211
Change-Id: I8b75e6e850fae171fbc75fc67cb59171a78df4e0
Signed-off-by: muraliparthatechm <muraliparthasarathy.k@techmahindra.com>
Diffstat (limited to 'compose/export-ports.sh')
-rwxr-xr-x | compose/export-ports.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compose/export-ports.sh b/compose/export-ports.sh index 8dd2c163..a1f372f8 100755 --- a/compose/export-ports.sh +++ b/compose/export-ports.sh @@ -23,6 +23,7 @@ export APEX_EVENTS_PORT=23324 export API_PORT=30002 export PAP_PORT=30003 export XACML_PORT=30004 +export OPA_PDP_PORT=30012 export DROOLS_PORT=30005 export DROOLS_TELEMETRY_PORT=30216 export DIST_PORT=30006 |