Skip to content

Commit 0fc9c5f

Browse files
authored
Keycloak opa poc fix (#34)
* Added listener operator to all the stacks that are using HDFS. * Fix for repeated runs of setup-keycloak.yaml job
1 parent 829ee2a commit 0fc9c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stacks/keycloak-opa-poc/setup-keycloak.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ spec:
6969
- |
7070
echo "Download keycloak"
7171
curl -LO https://github.com/keycloak/keycloak/releases/download/23.0.0/keycloak-23.0.0.zip
72-
unzip keycloak-23.0.0.zip
72+
unzip -o keycloak-23.0.0.zip
7373
cd keycloak-23.0.0/bin
7474
./kcadm.sh config credentials --config kcadm.conf --server http://keycloak:8080/ --realm master --user admin --password "$KEYCLOAK_ADMIN_PASSWORD"
7575
./kcadm.sh create users --config kcadm.conf -s username=alice -s enabled=true || true

0 commit comments

Comments
 (0)