teller
teller copied to clipboard
Cloud native secrets management for developers - never leave your command line for secrets.
## New Provider Request ## Details - Name: passbolt - URL: https://www.passbolt.com/ - Modes: (read/write/read+write) - GitHub projects: https://github.com/passbolt/passbolt_api - API Documentation: https://help.passbolt.com/api
Meta implementation (see https://github.com/SpectralOps/teller/issues/65) * [x] add types + empty impls for all providers * [x] add teller providers export command that outputs all providers, and their meta in JSON....
## Related Issues https://github.com/tellerops/teller/issues/116 ## Description Add `process_env` provider. Load the environment variables from the parent process as needed. ### Example Config ```yaml providers: process_env: env_sync: env: ETC_DSN: ``` #...
## Feature Request A way to resolve values for a similarly named entry from more than 1 provider
## New Provider Request ## Details - Name: Pass - URL: https://www.passwordstore.org/ - Modes: read+write - GitHub projects: N.A. - API Documentation: https://www.passwordstore.org/ An example of a project that does...
## New Provider Request Instead of `carry_env` option, we should have a `parent_process_env` provider. So we can selectively load up parent process env vars as needed. It would also allow...
## New Provider Request ## Details - Name: Windows Credentials Manager - URL: https://support.microsoft.com/en-au/help/4026814/windows-accessing-credential-manager - Modes: read+write - GitHub projects: N.A. - API Documentation: https://support.microsoft.com/en-au/help/4026814/windows-accessing-credential-manager An example of a project...
## New Provider Request ## Details - Name: MacOS Keychain - URL: https://support.apple.com/en-au/guide/keychain-access/welcome/mac - Modes: read+write - GitHub projects: N.A. - API Documentation: https://developer.apple.com/documentation/security/keychain_services An example of a project that...
## Feature Request The first step in order to create auto-generated docs for all the providers is to add a new command to teller that allows exporting all the providers'...
## A background task to fetch new secrets on a certain shudle from teller we can retrive secrets and run in applications fetching those secrets via variables, but when my...