Documentation ¶
Overview ¶
Package oidcupstreamwatcher implements a controller which watches OIDCIdentityProviders.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New( idpCache UpstreamOIDCIdentityProviderICache, client supervisorclientset.Interface, oidcIdentityProviderInformer idpinformers.OIDCIdentityProviderInformer, secretInformer corev1informers.SecretInformer, configMapInformer corev1informers.ConfigMapInformer, log plog.Logger, withInformer pinnipedcontroller.WithInformerOptionFunc, validatorCache *cache.Expiring, ) controllerlib.Controller
New instantiates a new controllerlib.Controller which will populate the provided UpstreamOIDCIdentityProviderICache.
Types ¶
type UpstreamOIDCIdentityProviderICache ¶
type UpstreamOIDCIdentityProviderICache interface {
SetOIDCIdentityProviders([]upstreamprovider.UpstreamOIDCIdentityProviderI)
}
UpstreamOIDCIdentityProviderICache is a thread safe cache that holds a list of validated upstream OIDC IDP configurations.
Click to show internal directories.
Click to hide internal directories.