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
I think it's not the right place to maintain community script We should only provide terminal access to our object store.. (mc or any cli tool)
Provide R or python scripts with secrets is problematic because it can be easily sent to source repository.
The text was updated successfully, but these errors were encountered:
Okay agreed.
I'll remove them
Sorry, something went wrong.
Hello,
Just a remark about the secrets, can't the snippets load them from the environment? Like in python with os.environ['MY_VAR_ENV_TOKEN'].
os.environ['MY_VAR_ENV_TOKEN']
The first idea for thoses snippets was to help people to access kubernetes , vault and S3 externally That's why we inject token
For example Onyxia web component is not the best tool to upload huge file so we provide this access with a cli ...
No branches or pull requests
I think it's not the right place to maintain community script
We should only provide terminal access to our object store.. (mc or any cli tool)
Provide R or python scripts with secrets is problematic because it can be easily sent to source repository.
The text was updated successfully, but these errors were encountered: