Skip to content

Commit

Permalink
updated registry-cli keycloak configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
tejash-jl committed Dec 6, 2022
1 parent 4272a09 commit 22da55a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "registry-cli",
"version": "1.6.2",
"version": "1.6.3",
"description": "A CLI to setup and manage Sunbird RC registry instances",
"author": "Vedant K <https://github.com/gamemaker1>",
"keywords": ["registry-cli", "sbrc", "sb-rc", "sunbird-rc", "verifiable-credentials", "registry"],
Expand Down
2 changes: 1 addition & 1 deletion tools/cli/src/templates/config/keycloak/realm-export.json
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@
"requiredActions": [],
"realmRoles": ["default-roles-<%= props.realmName %>"],
"clientRoles": {
"realm-management": ["manage-users"]
"realm-management": ["manage-users","manage-realm"]
},
"notBefore": 0,
"groups": []
Expand Down

0 comments on commit 22da55a

Please sign in to comment.