mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-09-19 14:34:27 +00:00
add new bool supervisor configmap option to ignore userinfo endpoints
This commit is contained in:
@@ -311,6 +311,9 @@ func prepareControllers(
|
||||
plog.New(),
|
||||
controllerlib.WithInformer,
|
||||
cache.NewExpiring(),
|
||||
oidcupstreamwatcher.GlobalOIDCConfig{
|
||||
IgnoreUserInfoEndpoint: cfg.OIDC.IgnoreUserInfoEndpoint,
|
||||
},
|
||||
),
|
||||
singletonWorker).
|
||||
WithController(
|
||||
|
||||
Reference in New Issue
Block a user