We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now we can use --s3-* options, but this way the secrets appear in the cmdline and so in the ps aux output.
--s3-*
ps aux
It is usual and convenient to pass secrets via environment.
The text was updated successfully, but these errors were encountered:
Good point, env vars are more secure and more convenient in GH workflows. (Although, a little less explicit).
Sorry, something went wrong.
No branches or pull requests
Now we can use
--s3-*
options, but this way the secrets appear in the cmdline and so in theps aux
output.It is usual and convenient to pass secrets via environment.
The text was updated successfully, but these errors were encountered: