Documentation
¶
Index ¶
- func Sess() *session.Session
- type Client
- func (c *Client) DecodeSecrets(secrets map[string]string) (map[string]string, error)
- func (c *Client) EncodeSecrets(secrets map[string]string) (map[string]string, error)
- func (c *Client) GetSecrets(parampath string) (map[string]string, error)
- func (c *Client) PutSecrets(parampath string, secrets map[string]string, overwrite bool, advanced bool) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
func (*Client) DecodeSecrets ¶
DecodeSecrets will convert from gzipped, base64 encoded values to strings.
func (*Client) EncodeSecrets ¶
EncodeSecrets will convert from strings to gzipped, base64 encoded values.
func (*Client) GetSecrets ¶
GetSecrets queries ssm parameter store for a given path and returns of map of key values.
Click to show internal directories.
Click to hide internal directories.