Hacker News new | ask | show | jobs
by aranelsurion 337 days ago
Another alternative: https://github.com/tellerops/teller

It's a standalone tool with YAML configuration, simple to use.

Basically the way it works:

- You create the secret in GCP/AWS/etc Secrets Manager service, and put the secret data there.

- Refer to the secret by its name in Teller.

- Whenever you run `$ teller run ...` it fetches the data from the remote service, and makes it available to your process.

1 comments

Unfortunately, teller is largely an abandoned project at this point.