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

[Request] Hide env variables that are secrets #51

Open
sergioisidoro opened this issue Aug 2, 2020 · 0 comments
Open

[Request] Hide env variables that are secrets #51

sergioisidoro opened this issue Aug 2, 2020 · 0 comments

Comments

@sergioisidoro
Copy link

Using env variables for secrets is a quite common scenario, and a lot of PaaS use that (eg. Heroku)
However it is also a quite common situation that secrets are not readable after they are set (eg. they appear as Hu**********)

It would be nice if we could have a checkbox on the env variables to mark something as a secret, so that it wouldn't be readable from the UI after it is set.

If CapRover stores these env as a plain file, this might be problematic, but if this is stored in any other format (they seem to be stored in app.envVars), which is able to store metadata, it would be nice.

eg:

Screenshot 2020-08-02 at 22 41 33

@githubsaturn githubsaturn transferred this issue from caprover/caprover Aug 2, 2020
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

1 participant