-
Notifications
You must be signed in to change notification settings - Fork 887
Add Secrets parameter #6636
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
Comments
cc @mtojek |
related: #5981 |
Is it a parameter whose secret value is common for every workspace, or is it different per user? If the first one, you can use managed Terraform variable with the |
Different per user, ie an artifactory token |
@dsloanather Do you also use Hashicorp vault? Would you also be interested in parameters that can fetch (or create) values from Vault on behalf of the user? |
We use AWS secrets manager, currently using that to pull admin tokens to create user access tokens but would much rather just have the user be able to provide their own |
closing in favour of #7087 |
We need the ability for a developer to provide their auth details when starting up a new machine so that when it is running it is completely ready to go. Would it be possible to add a secure parameter to provide those (ie artifactory access token)
The text was updated successfully, but these errors were encountered: