Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docs/vendor/team-management-rbac-configuring.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,12 @@ This policy is automatically created for teams with the Enterprise plan only.
"allowed": [
"**/read",
"**/list",
"platform/app/*/license/**",
"kots/app/*/license/**",
"team/support-issues/read",
"team/support-issues/write"
"team/support-issues/triage",
"kots/app/*/enterprise-portal/customer-users/read",
"kots/app/*/enterprise-portal/customer-user/create",
"kots/app/*/enterprise-portal/customer-user/login"
],
"denied": [
"**/*"
Expand Down
4 changes: 4 additions & 0 deletions docs/vendor/team-management-rbac-resource-names.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@ Grants the holder permission to view Enterprise Portal customer users for the sp

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

### kots/app/[:appId]/enterprise-portal/customer-user/login

Grants the holder permission to login to the Enterprise Portal for the specified application.

### kots/app/[:appId]/enterprise-portal/customer-user/[:customerId]/delete

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