Skip to content

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

Closed
dsloanather opened this issue Mar 16, 2023 · 7 comments
Closed

Add Secrets parameter #6636

dsloanather opened this issue Mar 16, 2023 · 7 comments
Labels
parameters Area: parameters

Comments

@dsloanather
Copy link

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)

@kylecarbs
Copy link
Member

cc @mtojek

@bpmct
Copy link
Member

bpmct commented Mar 16, 2023

related: #5981

@mtojek
Copy link
Member

mtojek commented Mar 17, 2023

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 sensitive = true flag. If the latter one, we need to implement it.

@mtojek mtojek added the parameters Area: parameters label Mar 17, 2023
@dsloanather
Copy link
Author

Different per user, ie an artifactory token

@bpmct
Copy link
Member

bpmct commented Mar 17, 2023

@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?

@dsloanather
Copy link
Author

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

@matifali
Copy link
Member

closing in favour of #7087

@matifali matifali closed this as not planned Won't fix, can't repro, duplicate, stale May 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
parameters Area: parameters
Projects
None yet
Development

No branches or pull requests

5 participants