From efc6848a5e0b249bf7557b8af213667250fe2e85 Mon Sep 17 00:00:00 2001 From: Seitaro Fujigaki <51070449+seitarof@users.noreply.github.com> Date: Thu, 20 Jul 2023 09:35:46 +0900 Subject: [PATCH] add: caution note to user group doc (#4512) Signed-off-by: seitarof Co-authored-by: Khanh Tran <32532742+khanhtc1202@users.noreply.github.com> --- .../en/docs-dev/user-guide/managing-controlplane/auth.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/en/docs-dev/user-guide/managing-controlplane/auth.md b/docs/content/en/docs-dev/user-guide/managing-controlplane/auth.md index 8b055895e9..ef4fb14a85 100644 --- a/docs/content/en/docs-dev/user-guide/managing-controlplane/auth.md +++ b/docs/content/en/docs-dev/user-guide/managing-controlplane/auth.md @@ -71,4 +71,6 @@ User Group represents a relation with a specific team (GitHub)/group (Google) an You cannot assign multiple roles to a team/group. +Caution is required when setting up GitHub Teams for User Groups. Even if the team is set in uppercase, it must be set in lowercase here. The team in the URL is the correct notation to set here. (github.com/orgs/{organization-name}/teams/{TEAM-NAME}) + ![](/images/settings-add-user-group.png)