Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FulcioSignerProvider ¶
type FulcioSignerProvider struct { FulcioURL string OidcIssuer string OidcClientID string Token string TokenPath string OidcRedirectUrl string }
func New ¶
func New(opts ...Option) FulcioSignerProvider
func (FulcioSignerProvider) Signer ¶
func (fsp FulcioSignerProvider) Signer(ctx context.Context) (cryptoutil.Signer, error)
type Option ¶
type Option func(*FulcioSignerProvider)
func WithFulcioURL ¶
func WithOidcClientID ¶
func WithOidcIssuer ¶
func WithOidcRedirectUrl ¶ added in v0.2.1
func WithTokenPath ¶
Click to show internal directories.
Click to hide internal directories.