Skip to content

Commit

Permalink
remove unrequired role
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Jul 11, 2024
1 parent 7ae142f commit 6aeaf41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ async def _create_default_keycloak_client_roles(
"description": role.get("description"),
"attributes": {
"scopes": role.get("scopes"),
"component": ["jupyterhub"]
"component": ["jupyterhub"],
},
}
)
Expand Down
1 change: 0 additions & 1 deletion tests/tests_deployment/test_jupyterhub_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def test_jupyterhub_loads_roles_from_keycloak():
"manage-account-links",
"view-profile",
# default roles
"allow-app-sharing-role",
"allow-read-access-to-services-role",
}

Expand Down

0 comments on commit 6aeaf41

Please sign in to comment.