From 41f8663dcd0da15684c1004bba982c34def84adc Mon Sep 17 00:00:00 2001 From: Ben Petersen Date: Thu, 11 Apr 2024 16:50:14 -0400 Subject: [PATCH] Update prepare-supervisor-on-kind.sh & remove hard-coded github claims --- hack/prepare-supervisor-on-kind.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hack/prepare-supervisor-on-kind.sh b/hack/prepare-supervisor-on-kind.sh index fbe17fc1a..c142dd2d9 100755 --- a/hack/prepare-supervisor-on-kind.sh +++ b/hack/prepare-supervisor-on-kind.sh @@ -42,7 +42,7 @@ source hack/lib/helpers.sh use_oidc_upstream=no use_ldap_upstream=no use_ad_upstream=no -use_github_upstream=no # TODO: there are two kinds of github apps, we may have to support args for this? +use_github_upstream=no use_flow="" while (("$#")); do case "$1" in @@ -311,9 +311,6 @@ kind: GitHubIdentityProvider metadata: name: my-github-provider spec: - claims: - username: id - groups: slug client: secretName: my-github-provider-client-secret allowAuthentication: