utils

package
v0.10.5 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2025 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrAuthAmbiguous = errors.New("auth: ambiguous authentication. may not use mTLS and JWT at the same time")
	ErrJWTInvalid    = errors.New("jwt: invalid")
	ErrJWTMissing    = errors.New("jwt: missing")
)

Functions

func AuthProcess added in v0.7.0

func AuthProcess(ctx context.Context, peerCerts []*x509.Certificate, token string) (*ajwt.Claims, error)

func NewServerTLSConfig

func NewServerTLSConfig(ctx context.Context, cquery CertGetter, sni string) (*tls.Config, error)

Types

type CertGetter added in v0.7.0

type CertGetter interface {
	GetMTLS(ctx context.Context) ([]tls.Certificate, error)
	GetCACerts(ctx context.Context, domain string) ([]tls.Certificate, error)
	atls.CertificateQuerier
}

Jump to

Keyboard shortcuts

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