From 29144ae0c8378c6b4a182387d67517bd06d1bd1a Mon Sep 17 00:00:00 2001 From: Andrew Lavery Date: Tue, 18 Nov 2025 19:11:02 -0500 Subject: [PATCH] update to the latest Support Engineer role definition --- docs/vendor/team-management-rbac-configuring.md | 7 +++++-- docs/vendor/team-management-rbac-resource-names.md | 4 ++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/vendor/team-management-rbac-configuring.md b/docs/vendor/team-management-rbac-configuring.md index 0cc8568f76..9bf482bdc5 100644 --- a/docs/vendor/team-management-rbac-configuring.md +++ b/docs/vendor/team-management-rbac-configuring.md @@ -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": [ "**/*" diff --git a/docs/vendor/team-management-rbac-resource-names.md b/docs/vendor/team-management-rbac-resource-names.md index e483e59cc3..06417eacc5 100644 --- a/docs/vendor/team-management-rbac-resource-names.md +++ b/docs/vendor/team-management-rbac-resource-names.md @@ -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.