Skip to content

Commit

Permalink
[DSD-6742] Updated Install script for keycloak init (#494)
Browse files Browse the repository at this point in the history
Signed-off-by: ckm007 <[email protected]>
Co-authored-by: ckm007 <[email protected]>
  • Loading branch information
shubham17998 and ckm007 authored Dec 20, 2024
1 parent 438fef9 commit 2f505c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deploy/keycloak/keycloak-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ fi

# Process remaining secrets for Kernel
SECRETS=(
"mosip-prereg-client-secret"
"mosip-auth-client-secret"
"mosip-ida-client-secret"
"mosip-admin-client-secret"
"mosip_prereg_client_secret"
"mosip_auth_client_secret"
"mosip_ida_client_secret"
"mosip_admin_client_secret"
)

for SECRET in "${SECRETS[@]}"; do
Expand Down

0 comments on commit 2f505c5

Please sign in to comment.