From 7e079ca84e5f375ff784ec4b94adf52b0696bca5 Mon Sep 17 00:00:00 2001 From: Ben Arent Date: Thu, 29 Jul 2021 19:48:59 -0700 Subject: [PATCH] Update Github YAML (#365) Co-authored-by: Alexey Kontsevoy --- web/packages/teleport/src/AuthConnectors/AuthConnectors.tsx | 2 +- .../teleport/src/AuthConnectors/templates/github.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/packages/teleport/src/AuthConnectors/AuthConnectors.tsx b/web/packages/teleport/src/AuthConnectors/AuthConnectors.tsx index 15c852b2144ec..a5469ff922624 100644 --- a/web/packages/teleport/src/AuthConnectors/AuthConnectors.tsx +++ b/web/packages/teleport/src/AuthConnectors/AuthConnectors.tsx @@ -97,7 +97,7 @@ export function AuthConnectors(props: State) { Please{' '} view our documentation diff --git a/web/packages/teleport/src/AuthConnectors/templates/github.yaml b/web/packages/teleport/src/AuthConnectors/templates/github.yaml index 02a42d69839f2..ab4905241562a 100644 --- a/web/packages/teleport/src/AuthConnectors/templates/github.yaml +++ b/web/packages/teleport/src/AuthConnectors/templates/github.yaml @@ -16,6 +16,6 @@ spec: # mapping of Github team memberships to Teleport cluster roles teams_to_logins: - organization: - team: admins + team: logins: - - "admins" + - "access"