Skip to content

refactor!: expose keys via env variable #29

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 19, 2025
Merged

refactor!: expose keys via env variable #29

merged 1 commit into from
Apr 19, 2025

Conversation

bluebrown
Copy link
Contributor

@bluebrown bluebrown commented Apr 19, 2025

the access and secret key are now registered as secret and then exposed
to s3cmd via the env variables AWS_ACCESS_KEY and AWS_SECRET_KEY. This
prevents the need to write them to disk. However, it can happen that
this interferes with other values the user needs for these variables.
Usually it should be aligned, even if these keys are used for other
purposes. Because they operate on the same account.

@bluebrown bluebrown force-pushed the refactor/keys branch 5 times, most recently from abb0c05 to 061edda Compare April 19, 2025 14:11
the access and secret key are now registered as secret and then exposed
to s3cmd via the env variables AWS_ACCESS_KEY and AWS_SECRET_KEY. This
prevents the need to write them to disk. However, it can happen that
this interferes with other values the user needs for these variables.
Usually it should be aligned, even if these keys are used for other
purposes. Because they operate on the same account.

Signed-off-by: Nico Braun <[email protected]>
@bluebrown bluebrown merged commit 595bca9 into main Apr 19, 2025
1 check passed
@bluebrown bluebrown deleted the refactor/keys branch April 20, 2025 07:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant