Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PreflightKeychain ¶
func PreflightKeychain(opts ...PreflightKeychainOption) craneauthn.Keychain
PreflightKeychain will return the preflight keychain as a craneauthn.Keychain. This operates as a singleton. If provided an option, that option overwrites the single instance of PreflightKeychain. If provided no option, the keychain is returned as already configured.
Types ¶
type PreflightKeychainOption ¶
type PreflightKeychainOption func(*preflightKeychain)
func WithDockerConfig ¶
func WithDockerConfig(dockercfg string) PreflightKeychainOption
WithDockerConfig configures the PreflightKeychain with the specified docker config at path dockercfg. To unset any existing dockercfg, pass this option with an empty string value.
Click to show internal directories.
Click to hide internal directories.