Documentation
¶
Index ¶
Constants ¶
View Source
const ( Buildkite = "buildkite" GitHubActions = "github_actions" GitLab = "gitlab" )
Variables ¶
View Source
var ( DefaultProviderEndpoints = map[string]string{ GitHubActions: "https://token.actions.githubusercontent.com", GitLab: "https://gitlab.com", Buildkite: "https://agent.buildkite.com", } )
Functions ¶
func NewInterceptorWithConfig ¶ added in v1.4.0
func NewInterceptorWithConfig(cfg Config) connect.UnaryInterceptorFunc
Types ¶
type OIDCProviders ¶
type OIDCProviders struct {
// contains filtered or unexported fields
}
func NewOIDCProviders ¶
func NewOIDCProviders(providerEndpoints map[string]string) *OIDCProviders
func (*OIDCProviders) VerifyToken ¶
Click to show internal directories.
Click to hide internal directories.