Skip to content

Commit

Permalink
Merge pull request #230 from aroskanalen/feature/394-fix-roles-config
Browse files Browse the repository at this point in the history
#394: Fixed roles in access-config.json templates
  • Loading branch information
tuj authored Mar 4, 2024
2 parents a92a240 + f970f46 commit 6ffa6d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

- [#230](https://github.com/os2display/display-admin-client/pull/230)
- Fixed roles in access-config.json itk-dev infrastructure template.
- [#229](https://github.com/os2display/display-admin-client/pull/229)
- Fixed post body of activation POST request.
- [#228](https://github.com/os2display/display-admin-client/pull/228)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"roles": ["ROLE_ADMIN"]
},
"users": {
"roles": ["ROLE_EXTERNAL_USER_ADMIN"]
"roles": ["ROLE_ADMIN", "ROLE_EXTERNAL_USER_ADMIN"]
},
"shared": {
"roles": ["ROLE_ADMIN"]
Expand Down

0 comments on commit 6ffa6d7

Please sign in to comment.