Open
Description
What would you like to be added?
For feature request please pick a kind label by removing <!-- -->
that wrap the example lines below
/kind enhancement
Feature is available but this extends or adds extra functionality
If I'm not understanding it wrong it's currently only possible to provide the API key by setting it in the config file.
However, it would be nice to have an option, something like api_key_file
, where the key can be read from a file.
Why is this needed?
My dotfiles are public and the encryption setup puts my secrets into files which are accessible during runtime.
So this would be really nice to have :)