Fetch secrets from cloud secrets managers.
fetchtotum
is a CLI for retrieving secrets from cloud services' secrets managers.
Proceeding with the following implementation plan for providers:
- GCP
- AWS
- Azure
For each provider:
- Use discovered credentials from the environment.
- This is our most common design pattern. This is intended to be used in automation where the secret cannot be directly pulled by your code.
- For example: use this in a startup script for a VM or container to retrieve a secret for use in the script.
- Evaluate possible future use cases or designs and place into development parking lot.