Skip to content

Commit 26eb53f

Browse files
authored
Merge pull request #3660 from replicatedhq/laverya/sc-131303/update-support-engineer-rbac-role
update to the latest Support Engineer role definition
2 parents e6d0d90 + 29144ae commit 26eb53f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

docs/vendor/team-management-rbac-configuring.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,12 @@ This policy is automatically created for teams with the Enterprise plan only.
7979
"allowed": [
8080
"**/read",
8181
"**/list",
82+
"platform/app/*/license/**",
8283
"kots/app/*/license/**",
83-
"team/support-issues/read",
84-
"team/support-issues/write"
84+
"team/support-issues/triage",
85+
"kots/app/*/enterprise-portal/customer-users/read",
86+
"kots/app/*/enterprise-portal/customer-user/create",
87+
"kots/app/*/enterprise-portal/customer-user/login"
8588
],
8689
"denied": [
8790
"**/*"

docs/vendor/team-management-rbac-resource-names.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,10 @@ Grants the holder permission to view Enterprise Portal customer users for the sp
198198

199199
Grants the holder permission to create Enterprise Portal customer users for the specified application.
200200

201+
### kots/app/[:appId]/enterprise-portal/customer-user/login
202+
203+
Grants the holder permission to login to the Enterprise Portal for the specified application.
204+
201205
### kots/app/[:appId]/enterprise-portal/customer-user/[:customerId]/delete
202206

203207
Grants the holder permission to delete Enterprise Portal customer users for the specified application.

0 commit comments

Comments
 (0)