# Functions
NewServerCredentials loads TLS transport credentials for the GRPC server.
RegisterServer registers the Checker with the external authorization GRPC server.
RunServer runs the server until signaled by stopChan.
# Constants
AnnotationAuthRealm labels Secrets that match our authentication realm.
AnnotationAuthType labels Secrets that can be used for basic Auth.
# Structs
Htpasswd watches Secrets for htpasswd files and uses them for HTTP Basic Authentication.
OIDCConnect defines parameters for an OIDC auth provider.
Request captures the information needed to process a CheckRequest.
Response captures the information needed to generate a CheckResponse.
Testserver is a no-op implementation of the Checker interface.
# Interfaces
Checker is an implementation of the Envoy External Auth API.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author