You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to avoid writing credentials for S3 backends to a file?
I'd really like to use the bitwarden CLI (or even the keyring command) to fetch my credentials directly so I don't need to put things like AWS_SECRET_ACCESS_KEY on disk.
Is something like this possible:
[default]
repository = "..."run-before = 'export AWS_SECRET_ACCESS_KEY=$(bw get ...)'# or, some command that sets env vars to be picked up by resticenv-command = "..."
The text was updated successfully, but these errors were encountered:
Is there a way to avoid writing credentials for S3 backends to a file?
I'd really like to use the bitwarden CLI (or even the keyring command) to fetch my credentials directly so I don't need to put things like
AWS_SECRET_ACCESS_KEY
on disk.Is something like this possible:
The text was updated successfully, but these errors were encountered: