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 pinnipedclientset.Interface, oidcIdentityProviderInformer idpinformers.OIDCIdentityProviderInformer, secretInformer corev1informers.SecretInformer, log logr.Logger, withInformer pinnipedcontroller.WithInformerOptionFunc, ) controllerlib.Controller
New instantiates a new controllerlib.Controller which will populate the provided UpstreamOIDCIdentityProviderICache.
Types ¶
type UpstreamOIDCIdentityProviderICache ¶
type UpstreamOIDCIdentityProviderICache interface {
SetOIDCIdentityProviders([]provider.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.