Skip to content

Commit

Permalink
Merge pull request #191 from tejash-jl/cli-keycloak-fix
Browse files Browse the repository at this point in the history
updated keycloak config in registry cli
  • Loading branch information
tejash-jl authored Dec 15, 2022
2 parents 9e14854 + 22da55a commit b317061
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 b317061

Please sign in to comment.