Directories ¶
Path | Synopsis |
---|---|
Package authenticators contains authenticator interfaces.
|
Package authenticators contains authenticator interfaces. |
Package celtransformer is an implementation of upstream-to-downstream identity transformations and policies using CEL scripts.
|
Package celtransformer is an implementation of upstream-to-downstream identity transformations and policies using CEL scripts. |
Package certauthority implements a simple x509 certificate authority suitable for use in an aggregated API service.
|
Package certauthority implements a simple x509 certificate authority suitable for use in an aggregated API service. |
dynamiccertauthority
Package dynamiccertauthority implements a x509 certificate authority capable of issuing certificates from a dynamically updating CA keypair.
|
Package dynamiccertauthority implements a x509 certificate authority capable of issuing certificates from a dynamically updating CA keypair. |
concierge
|
|
impersonator
Package impersonator implements an HTTP server that reverse proxies all requests to the Kubernetes API server with impersonation headers set to match the calling user.
|
Package impersonator implements an HTTP server that reverse proxies all requests to the Kubernetes API server with impersonation headers set to match the calling user. |
scheme
Package scheme contains code to construct a proper runtime.Scheme for the Concierge aggregated API.
|
Package scheme contains code to construct a proper runtime.Scheme for the Concierge aggregated API. |
server
Package server is the command line entry point for pinniped-concierge.
|
Package server is the command line entry point for pinniped-concierge. |
config
|
|
concierge
Package concierge contains functionality to load/store Config's from/to some source.
|
Package concierge contains functionality to load/store Config's from/to some source. |
supervisor
Package supervisor contains functionality to load/store Config's from/to some source.
|
Package supervisor contains functionality to load/store Config's from/to some source. |
apicerts
Package apicerts contains controllers that work together to provide rotating API certs.
|
Package apicerts contains controllers that work together to provide rotating API certs. |
authenticator
Package authenticator contains helper code for dealing with *Authenticator CRDs.
|
Package authenticator contains helper code for dealing with *Authenticator CRDs. |
authenticator/authncache
Package authncache implements a cache of active authenticators.
|
Package authncache implements a cache of active authenticators. |
authenticator/cachecleaner
Package cachecleaner implements a controller for garbage collecting authenticators from an authenticator cache.
|
Package cachecleaner implements a controller for garbage collecting authenticators from an authenticator cache. |
authenticator/jwtcachefiller
Package jwtcachefiller implements a controller for filling an authncache.Cache with each added/updated JWTAuthenticator.
|
Package jwtcachefiller implements a controller for filling an authncache.Cache with each added/updated JWTAuthenticator. |
authenticator/webhookcachefiller
Package webhookcachefiller implements a controller for filling an authncache.Cache with each added/updated WebhookAuthenticator.
|
Package webhookcachefiller implements a controller for filling an authncache.Cache with each added/updated WebhookAuthenticator. |
issuerconfig
Package issuerconfig contains helpers for updating CredentialIssuer status entries.
|
Package issuerconfig contains helpers for updating CredentialIssuer status entries. |
kubecertagent
Package kubecertagent provides controllers that ensure a pod (the kube-cert-agent), is co-located with the Kubernetes controller manager so that Pinniped can access its signing keys.
|
Package kubecertagent provides controllers that ensure a pod (the kube-cert-agent), is co-located with the Kubernetes controller manager so that Pinniped can access its signing keys. |
supervisorconfig/activedirectoryupstreamwatcher
Package activedirectoryupstreamwatcher implements a controller which watches ActiveDirectoryIdentityProviders.
|
Package activedirectoryupstreamwatcher implements a controller which watches ActiveDirectoryIdentityProviders. |
supervisorconfig/generator
Package generator provides a supervisorSecretsController that can ensure existence of a generated secret.
|
Package generator provides a supervisorSecretsController that can ensure existence of a generated secret. |
supervisorconfig/githubupstreamwatcher
Package githubupstreamwatcher implements a controller which watches GitHubIdentityProviders.
|
Package githubupstreamwatcher implements a controller which watches GitHubIdentityProviders. |
supervisorconfig/ldapupstreamwatcher
Package ldapupstreamwatcher implements a controller which watches LDAPIdentityProviders.
|
Package ldapupstreamwatcher implements a controller which watches LDAPIdentityProviders. |
supervisorconfig/oidcupstreamwatcher
Package oidcupstreamwatcher implements a controller which watches OIDCIdentityProviders.
|
Package oidcupstreamwatcher implements a controller which watches OIDCIdentityProviders. |
Package controllermanager provides an entrypoint into running all of the controllers that run as a part of Pinniped.
|
Package controllermanager provides an entrypoint into running all of the controllers that run as a part of Pinniped. |
crypto
|
|
fips
Package fips can be imported to enable fipsonly tls mode when compiling with fips_strict.
|
Package fips can be imported to enable fipsonly tls mode when compiling with fips_strict. |
Package downward implements a client interface for interacting with Kubernetes "downwardAPI" volumes.
|
Package downward implements a client interface for interacting with Kubernetes "downwardAPI" volumes. |
Package dynamiccert provides a simple way of communicating a dynamically updating PEM-encoded certificate and key.
|
Package dynamiccert provides a simple way of communicating a dynamically updating PEM-encoded certificate and key. |
Package endpointaddr implements parsing and validation of "<host>[:<port>]" strings for Pinniped APIs.
|
Package endpointaddr implements parsing and validation of "<host>[:<port>]" strings for Pinniped APIs. |
Package execcredcache implements a cache for Kubernetes ExecCredential data.
|
Package execcredcache implements a cache for Kubernetes ExecCredential data. |
federationdomain
|
|
clientregistry
Package clientregistry defines Pinniped's OAuth2/OIDC clients.
|
Package clientregistry defines Pinniped's OAuth2/OIDC clients. |
csp
Package csp defines helpers related to HTML Content Security Policies.
|
Package csp defines helpers related to HTML Content Security Policies. |
downstreamsession
Package downstreamsession provides some shared helpers for creating downstream OIDC sessions.
|
Package downstreamsession provides some shared helpers for creating downstream OIDC sessions. |
dynamiccodec
Package dynamiccodec provides a type that can encode information using a just-in-time signing and (optionally) encryption secret.
|
Package dynamiccodec provides a type that can encode information using a just-in-time signing and (optionally) encryption secret. |
endpoints/auth
Package auth provides a handler for the OIDC authorization endpoint.
|
Package auth provides a handler for the OIDC authorization endpoint. |
endpoints/callback
Package callback provides a handler for the OIDC callback endpoint.
|
Package callback provides a handler for the OIDC callback endpoint. |
endpoints/discovery
Package discovery provides a handler for the OIDC discovery endpoint.
|
Package discovery provides a handler for the OIDC discovery endpoint. |
endpoints/idpdiscovery
Package idpdiscovery provides a handler for the upstream IDP discovery endpoint.
|
Package idpdiscovery provides a handler for the upstream IDP discovery endpoint. |
endpoints/jwks
Package discovery provides a handler for the OIDC discovery endpoint.
|
Package discovery provides a handler for the OIDC discovery endpoint. |
endpoints/login/loginhtml
Package loginhtml defines HTML templates used by the Supervisor.
|
Package loginhtml defines HTML templates used by the Supervisor. |
endpoints/token
Package token provides a handler for the OIDC token endpoint.
|
Package token provides a handler for the OIDC token endpoint. |
formposthtml
Package formposthtml defines HTML templates used by the Supervisor.
|
Package formposthtml defines HTML templates used by the Supervisor. |
oidc
Package oidc contains common OIDC functionality needed by FederationDomains to implement downstream OIDC functionality.
|
Package oidc contains common OIDC functionality needed by FederationDomains to implement downstream OIDC functionality. |
httputil
|
|
httperr
Package httperr contains some helpers for nicer error handling in http.Handler implementations.
|
Package httperr contains some helpers for nicer error handling in http.Handler implementations. |
securityheader
Package securityheader implements an HTTP middleware for setting security-related response headers.
|
Package securityheader implements an HTTP middleware for setting security-related response headers. |
Package idtransform defines upstream-to-downstream identity transformations which could be implemented using various approaches or languages.
|
Package idtransform defines upstream-to-downstream identity transformations which could be implemented using various approaches or languages. |
Package localuserauthenticator provides a authentication webhook program.
|
Package localuserauthenticator provides a authentication webhook program. |
mocks
|
|
mockcachevalue
Package mockcachevalue is a generated GoMock package.
|
Package mockcachevalue is a generated GoMock package. |
mockcredentialrequest
Package mockcredentialrequest is a generated GoMock package.
|
Package mockcredentialrequest is a generated GoMock package. |
mockgithubclient
Package mockgithubclient is a generated GoMock package.
|
Package mockgithubclient is a generated GoMock package. |
mockissuer
Package mockissuer is a generated GoMock package.
|
Package mockissuer is a generated GoMock package. |
mockkeyset
Package mockkeyset is a generated GoMock package.
|
Package mockkeyset is a generated GoMock package. |
mockkubecertagent
Package mocks is a generated GoMock package.
|
Package mocks is a generated GoMock package. |
mockldapconn
Package mockldapconn is a generated GoMock package.
|
Package mockldapconn is a generated GoMock package. |
mockoidcclientoptions
Package mockoidcclientoptions is a generated GoMock package.
|
Package mockoidcclientoptions is a generated GoMock package. |
mocksecrethelper
Package mocksecrethelper is a generated GoMock package.
|
Package mocksecrethelper is a generated GoMock package. |
mockupstreamoidcidentityprovider
Package mockupstreamoidcidentityprovider is a generated GoMock package.
|
Package mockupstreamoidcidentityprovider is a generated GoMock package. |
net
|
|
Package plog implements a thin layer over logr to help enforce pinniped's logging convention.
|
Package plog implements a thin layer over logr to help enforce pinniped's logging convention. |
registry
|
|
clientsecretrequest
Package clientsecretrequest provides REST functionality for the CredentialRequest resource.
|
Package clientsecretrequest provides REST functionality for the CredentialRequest resource. |
credentialrequest
Package credentialrequest provides REST functionality for the CredentialRequest resource.
|
Package credentialrequest provides REST functionality for the CredentialRequest resource. |
supervisor
|
|
scheme
Package scheme contains code to construct a proper runtime.Scheme for the Supervisor aggregated API.
|
Package scheme contains code to construct a proper runtime.Scheme for the Supervisor aggregated API. |
server
Package server defines the entrypoint for the Pinniped Supervisor server.
|
Package server defines the entrypoint for the Pinniped Supervisor server. |
Package testutil contains shared test utilities for the Pinniped project.
|
Package testutil contains shared test utilities for the Pinniped project. |
fakekubeapi
Package fakekubeapi contains a *very* simple httptest.Server that can be used to stand in for a real Kube API server in tests.
|
Package fakekubeapi contains a *very* simple httptest.Server that can be used to stand in for a real Kube API server in tests. |
testlogger
Package testlogger wraps logr.Logger to allow for writing test assertions.
|
Package testlogger wraps logr.Logger to allow for writing test assertions. |
Package upstreamgithub implements an abstraction of upstream GitHub provider interactions.
|
Package upstreamgithub implements an abstraction of upstream GitHub provider interactions. |
Package upstreamldap implements an abstraction of upstream LDAP IDP interactions.
|
Package upstreamldap implements an abstraction of upstream LDAP IDP interactions. |
Package upstreamoidc implements an abstraction of upstream OIDC provider interactions.
|
Package upstreamoidc implements an abstraction of upstream OIDC provider interactions. |
Click to show internal directories.
Click to hide internal directories.