Skip to content
Merged
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
12 changes: 12 additions & 0 deletions docs/vendor/team-management-rbac-resource-names.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,14 @@ Grants the holder permission to view Enterprise Portal install options for the s

Grants the holder permission to create Enterprise Portal install options for the specified application.

### kots/app/[:appId]/enterprise-portal/install-options/[:installOptionId]/update

Grants the holder permission to update Enterprise Portal install options for the specified application.

### kots/app/[:appId]/enterprise-portal/install-options/[:installOptionId]/delete

Grants the holder permission to soft-delete Enterprise Portal install options for the specified application.

### kots/app/[:appId]/enterprise-portal/instances/read

Grants the holder permission to view Enterprise Portal instances for the specified application.
Expand All @@ -262,6 +270,10 @@ Grants the holder permission to view Enterprise Portal instances for the specifi

Grants the holder permission to view Enterprise Portal service accounts for the specified application.

### kots/app/[:appId]/enterprise-portal/service-accounts/[:serviceAccountId]/delete

Grants the holder permission to soft-delete Enterprise Portal service accounts for the specified application.

## Registry

### registry/namespace/:namespace/pull
Expand Down