From 79b9cf75505fb0eb65eb7b4a534394c3e196f244 Mon Sep 17 00:00:00 2001 From: Evans Mungai Date: Tue, 25 Nov 2025 17:45:04 +0000 Subject: [PATCH] docs: add team/members/create RBAC permission Signed-off-by: Evans Mungai --- docs/vendor/team-management-rbac-resource-names.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/vendor/team-management-rbac-resource-names.md b/docs/vendor/team-management-rbac-resource-names.md index 06417eacc5..d161f30237 100644 --- a/docs/vendor/team-management-rbac-resource-names.md +++ b/docs/vendor/team-management-rbac-resource-names.md @@ -80,7 +80,7 @@ Grants the holder permission to promote kURL installers to a channel. For more i :::note The `kots/app/[:appId]/installer/promote` policy does not grant the holder permission to view and create installers. Users must be assigned both the `kots/app/[:appId]/installers` and `kots/app/[:appId]/installer/promote` policies to have permissions to view, create, and promote installers. -::: +::: ### kots/app/[:appId]/license/create @@ -472,6 +472,10 @@ Grants the holder permission to list team members and invitations. Grants the holder permission to invite additional people to the team. +### team/members/create + +Grants the holder permission to create team members. + ### team/members/delete Grants the holder permission to delete other team members.