tokeninvalidator

package
v1.63.1 Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2023 License: Apache-2.0, BSD-2-Clause, MIT, + 1 more Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// HandlerName is the name of the webhook handler.
	HandlerName = "token-invalidator"
	// WebhookPath is the path at which the handler should be registered.
	WebhookPath = "/webhooks/invalidate-service-account-token-secret"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler added in v1.59.0

type Handler struct {
	Logger logr.Logger
}

Handler handles admission requests and invalidates the static token in Secret resources related to ServiceAccounts.

func (*Handler) AddToManager added in v1.59.0

func (h *Handler) AddToManager(mgr manager.Manager) error

AddToManager adds Handler to the given manager.

func (*Handler) Default added in v1.59.0

func (h *Handler) Default(ctx context.Context, obj runtime.Object) error

Default invalidates the static token in Secret resources related to ServiceAccounts.

Jump to

Keyboard shortcuts

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