You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes we might want to allow users to specify per-user credentials in the template so we can set up auth for them. It would be nice if we could mark these as sensitive so they don't autocomplete in the browser.
The text was updated successfully, but these errors were encountered:
@DolceTriade Thanks for the feedback. Using a coder_parameter isn't recommended to store secrets. Can you talk more about your use cases and how you would like to use them to get user secrets? A sample template should work.
Also, I assume you will want to avoid the secret rendered in the UI.
matifali
changed the title
Feature Request: Allow marking coder_parameters as "sensitive"
Feature Request: Allow marking coder_parameters as "sensitive"Sep 2, 2023
No, the user-level secrets is exactly our use case...To pre-authenticate users so that the environment is ready to go as soon as they start it. Otherwise, users have to create the environment and then manually authenticate with stuff... We can close this as a dupe of user level secrets.
Sometimes we might want to allow users to specify per-user credentials in the template so we can set up auth for them. It would be nice if we could mark these as sensitive so they don't autocomplete in the browser.
The text was updated successfully, but these errors were encountered: