osc-cli
osc-cli copied to clipboard
Get credentials from environment variables
Hello,
Currently, the only way to set credentials is through a file, which is not ideal with tools that manages secrets properly in environment variables, such as CI tools.
Could it be possible to gather credentials from env vars first, then fallback on files if they're not present ?
Thanks
Note for future assignee, those env variable are already used in osc-sdk-go. We could use the same.
-
OSC_ACCESS_KEY -
OSC_SECRET_KEY
Hello,
Any progress on this ? Lacking env vars makes osc-cli pretty much unusable in any CI setup.