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

Allow concourse to support global secrets #2442

Closed
StevenArmstrong opened this issue Jul 31, 2018 · 1 comment · Fixed by #3221
Closed

Allow concourse to support global secrets #2442

StevenArmstrong opened this issue Jul 31, 2018 · 1 comment · Fixed by #3221

Comments

@StevenArmstrong
Copy link

A Modest Proposal

Currently concourse only supports secrets scoped to a team or a pipeline as per the documentation
E.g /concourse/main/foo
/concourse/team_a/mypipeline/foo
I have multiple common secrets that sit across multiple teams and I want to minimise the duplication in vault.
It would be helpful if there was a namespace
/concourse/global
This would allow secrets to be shared across teams if they are generic and minimise duplication that could be imported to all teams.

  • Concourse version: 4.0.0
  • Deployment type (BOSH/Docker/binary): binary
  • Infrastructure/IaaS: Iaas
  • Browser (if applicable): N/A
  • Did this used to work? No
@vito
Copy link
Member

vito commented Jul 31, 2018

sounds like https://github.com/concourse/rfcs/issues/5 is relevant?

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 a pull request may close this issue.

2 participants