mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-04-24 10:10:53 +00:00
Update prepare-supervisor-on-kind.sh & remove hard-coded github claims
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user