Skip to content

Commit

Permalink
Update src/_nebari/upgrade.py
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusdc authored Oct 30, 2024
1 parent e8a456e commit c6c3ca2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/_nebari/upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -1306,8 +1306,7 @@ def _version_specific_upgrade(
client_id = keycloak_admin.get_client_id("jupyterhub")
role_name = "legacy-group-directory-creation-role"

# Create the role if it doesn't exist
# If the role does not exist, create it
# Create role with shared scopes
keycloak_admin.create_client_role(
client_role_id=client_id,
skip_exists=True,
Expand Down

0 comments on commit c6c3ca2

Please sign in to comment.