Skip to content
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

Closed
laszlocph opened this issue Apr 5, 2019 · 4 comments
Closed

Global secrets #7

laszlocph opened this issue Apr 5, 2019 · 4 comments

Comments

@laszlocph
Copy link
Member

laszlocph commented Apr 5, 2019

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:

  • provide a way to add shared secrets
  • the end users should be able to see what shared secrets are available

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!

@laszlocph
Copy link
Member Author

#118 provides global env vars. Which solves most of this usecase too.

@laszlocph
Copy link
Member Author

@catdevnull
Copy link
Contributor

#148 would close this.

@anbraten
Copy link
Member

solved by #1027

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

No branches or pull requests

3 participants