Skip to content

Commit

Permalink
[DSD-4836] Updated keycloak-init.sh (#1517)
Browse files Browse the repository at this point in the history
Signed-off-by: VSIVAKALYAN <[email protected]>
  • Loading branch information
VSIVAKALYAN authored Mar 15, 2024
1 parent 316894a commit d8c466f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/v3/external/iam/keycloak_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function initialize_keycloak() {
--set keycloak.realms.mosip.realm_config.smtpServer.starttls="$SMTP_STARTTLS" \
--set keycloak.realms.mosip.realm_config.smtpServer.ssl="$SMTP_SSL" \
$SMTP_AUTH_SET \
--set keycloak.realms.mosip.realm_config.attributes.frontendUrl="https://$IAMHOST_URL/auth" $CHART_VERSION
--set keycloak.realms.mosip.realm_config.attributes.frontendUrl="https://$IAMHOST_URL/auth" --version $CHART_VERSION
return 0
}

Expand Down

0 comments on commit d8c466f

Please sign in to comment.