aboutsummaryrefslogtreecommitdiffstats
path: root/compose/get-versions.sh
diff options
context:
space:
mode:
authormuraliparthatechm <muraliparthasarathy.k@techmahindra.com>2024-12-18 18:15:17 +0100
committermuraliparthatechm <muraliparthasarathy.k@techmahindra.com>2024-12-19 13:39:05 +0100
commit32fd1f3c1e22dbeb69e3cc150a6fb1b72ea0ed53 (patch)
treea068657e6b3d7f87506a30f4ec3ce639cf06c5bc /compose/get-versions.sh
parent522cfc28114b076fbcb1da8b2a16894e647ed10c (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/get-versions.sh')
-rwxr-xr-xcompose/get-versions.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/compose/get-versions.sh b/compose/get-versions.sh
index 0e8f251e..c7378ee7 100755
--- a/compose/get-versions.sh
+++ b/compose/get-versions.sh
@@ -43,6 +43,7 @@ if [ -n "$LOCAL_IMAGES" ] && [ "$LOCAL_IMAGES" = "true" ]; then
export POLICY_APEX_PDP_VERSION="latest"
export POLICY_DROOLS_PDP_VERSION="latest"
export POLICY_XACML_PDP_VERSION="latest"
+ export POLICY_OPA_PDP_VERSION="latest"
export POLICY_DISTRIBUTION_VERSION="latest"
export POLICY_CLAMP_VERSION="latest"
export POLICY_CLAMP_PPNT_VERSION=$POLICY_CLAMP_VERSION
@@ -145,6 +146,8 @@ else
getDockerVersion xacml-pdp
export POLICY_XACML_PDP_VERSION="$docker_image_version"
+ export POLICY_OPA_PDP_VERSION="1.0.5-SNAPSHOT"
+
getDockerVersion distribution
export POLICY_DISTRIBUTION_VERSION="$docker_image_version"
@@ -154,4 +157,4 @@ else
getDockerVersion drools-applications
export POLICY_DROOLS_APPS_VERSION="$docker_image_version"
-fi \ No newline at end of file
+fi