Skip to content

Commit 0e4c2f3

Browse files
[SELC-7734] feat: add Selc:ListProductUsers action to ADMIN_EA role for prod-io (#299)
1 parent 0fdeeef commit 0e4c2f3

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

apps/user-ms/src/main/resources/role_action_mapping.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -967,6 +967,7 @@
967967
"Selc:AccessProductBackoffice",
968968
"Selc:ViewManagedInstitutions",
969969
"Selc:ViewDelegations",
970+
"Selc:ListProductUsers",
970971
"Selc:ManageProductGroups",
971972
"Selc:ListProductGroups",
972973
"Selc:CreateDelegation",

apps/user-ms/src/test/java/it/pagopa/selfcare/user/service/UserServiceTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2155,6 +2155,7 @@ private UserInstitutionWithActions getUserInstitutionWithAction_ADMIN_EA_IO() {
21552155
"Selc:AccessProductBackoffice",
21562156
"Selc:ViewManagedInstitutions",
21572157
"Selc:ViewDelegations",
2158+
"Selc:ListProductUsers",
21582159
"Selc:ManageProductGroups",
21592160
"Selc:ListProductGroups",
21602161
"Selc:CreateDelegation",

apps/user-ms/src/test/resources/Dockerfile-azure-cli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Primo stage: usiamo un'immagine con git per clonare il repository
2-
FROM bitnami/git AS git-stage
2+
FROM alpine/git AS git-stage
33
WORKDIR /repo
44
RUN git clone https://github.com/pagopa/selfcare-infra.git
55

apps/user-ms/src/test/resources/features/user.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4842,6 +4842,7 @@ Feature: User
48424842
| Selc:AccessProductBackoffice |
48434843
| Selc:ViewManagedInstitutions |
48444844
| Selc:ViewDelegations |
4845+
| Selc:ListProductUsers |
48454846
| Selc:ManageProductGroups |
48464847
| Selc:ListProductGroups |
48474848
| Selc:CreateDelegation |

0 commit comments

Comments
 (0)