package
0.4.6
Repository: https://github.com/rstudio/k8s-http-auth.git
Documentation: pkg.go.dev

# Functions

New creates a new client interface for use with building requests that contain the necessary auth headers.

# Constants

DefaultIDHeader is the default header key used via Interface.WithHeader.

# Variables

ExpiringTokenOptions contains values that match those used in the tutorial at https://learnk8s.io/microservices-authentication-kubernetes.
LongLivedTokenOptions contains values that match the default behavior for long-lived (no expiry) service account tokens.

# Structs

Options may be passed to New when creating a client Interface.

# Interfaces

No description provided by the author
Interface provides methods for working with client IDs as provided by service account tokens.
No description provided by the author