Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultProviders = map[string]Provider{ "gitlab": &gitlab.CI{}, "actions": &github.Actions{}, }
These are the two default STS providers, the signer project has additional providers in https://github.com/carabiner-dev/signer-extras which have a heavier dependency footprint.
Functions ¶
func RegisterProvider ¶
RegisterProvider registers a new provider
func UnregisterProvider ¶
RegisterProvider registers a new provider
Types ¶
Directories
¶
| Path | Synopsis |
|---|---|
|
providers
|
|
|
github
Package github implements a client to requesta short lived token from github actions.
|
Package github implements a client to requesta short lived token from github actions. |
|
gitlab
Package gitlab implements a client to read OIDC tokens from GitLab CI using the SIGSTORE_ID_TOKEN environment variable.
|
Package gitlab implements a client to read OIDC tokens from GitLab CI using the SIGSTORE_ID_TOKEN environment variable. |
Click to show internal directories.
Click to hide internal directories.