Skip to content

Commit

Permalink
chore: rerun helm deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
olevski committed May 11, 2023
1 parent c00ca6a commit 2c05de6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/init-realm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ WORKDIR /app
RUN pip install -r requirements.txt
USER 1000:1000


2 changes: 2 additions & 0 deletions scripts/init-realm/init-realm.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,5 +291,7 @@ def _check_and_create_user(keycloak_admin, new_user):
}
keycloak_admin.create_realm_role(realm_role_payload, skip_exists=True)

## trigger rerun
for new_user in new_users:
_check_and_create_user(keycloak_admin, new_user)

0 comments on commit 2c05de6

Please sign in to comment.