From 1756f00ced488c7390e87a55e2d9a97effa4980f Mon Sep 17 00:00:00 2001 From: seitarof Date: Wed, 19 Jul 2023 20:20:22 +0900 Subject: [PATCH] add: caution note to user group doc Signed-off-by: seitarof --- .../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)