tellerops / teller

Cloud native secrets management for developers - never leave your command line for secrets.
https://github.com/tellerops/teller
Apache License 2.0
2.88k stars 187 forks source link

Use teller as library #300

Closed tookko closed 2 months ago

tookko commented 2 months ago

Aside CLI, it would be great to be able to use Teller as a Go library instead. This would allow cleaner integration with system applications, such as K8S operators that need to dynamically update secrets without having to fork multiple processes.

Of course this is already technically possible, but making a formal library API would help expand the usage.

tookko commented 2 months ago

My bad I see Teller 2.0 already includes this target!