openidmeta

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 27, 2024 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

View Source
const ControllerName = "shoot-openid-metadata"

ControllerName is the name of the shoot metadata controller.

Variables

This section is empty.

Functions

This section is empty.

Types

type Reconciler

type Reconciler struct {
	Client       client.Client
	ResyncPeriod time.Duration
	Store        openidmeta.Writer
}

Reconciler reconciles secret objects that contain shoot openid configuration and JWKS.

func (*Reconciler) Reconcile

func (r *Reconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

Reconcile retrieves the public OIDC metadata info from a secret and stores into cache.

func (*Reconciler) SetupWithManager

func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager specifies how the controller is built to watch secrets that contain shoot cluster public service account keys

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL