Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecretSourceEnv ¶
type SecretSourceEnv struct{}
SecretSourceEnv digs up secrets from environment variables. The URI scheme for this source is "env".
env://MY_API_KEY
This types.SecretSource is built-in to spelunker.Spelunker.
func (*SecretSourceEnv) DigUp ¶
func (s *SecretSourceEnv) DigUp(_ context.Context, coord types.SecretCoord) (string, error)
func (*SecretSourceEnv) Type ¶
func (s *SecretSourceEnv) Type() string
Click to show internal directories.
Click to hide internal directories.