common

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AuthHeader     string           = "Authorization"
	TokenCtxKey    ctxKeyAuthHeader = "TokenCtxKey"
	IdentityCtxKey ctxKeyAuthHeader = "IdentityCtxKey"
)
View Source
const (
	AuthTypeK8s  = "k8s"
	AuthTypeOIDC = "OIDC"
	AuthTypeAAP  = "AAPGateway"
)

Variables

This section is empty.

Functions

func ExtractBearerToken added in v0.6.0

func ExtractBearerToken(r *http.Request) (string, error)

Types

type AuthConfig

type AuthConfig struct {
	Type string
	Url  string
}

type Identity added in v0.4.0

type Identity struct {
	Username string
	UID      string
	Groups   []string
}

func GetIdentity added in v0.4.0

func GetIdentity(ctx context.Context) (*Identity, error)

Jump to

Keyboard shortcuts

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