-
-
Notifications
You must be signed in to change notification settings - Fork 383
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
Global secrets #7
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At one of my clients we have 50 repos in Drone and have tooling to enable repos. This tooling injects the common secrets to each repository, so users don't have to insert Docker registry credentials, bucket credentials, etc.
The task is to:
One possible solution is to bootstrap secrets from a secrets file as a configuration parameter of the master. The UI should list these secrets as well as read only secrets on the secrets UI. But other ideas are very much welcome!
The text was updated successfully, but these errors were encountered: