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

Hide secret values by default #1940

Open
mnonnenmacher opened this issue Feb 3, 2025 · 0 comments · May be fixed by #1947
Open

Hide secret values by default #1940

mnonnenmacher opened this issue Feb 3, 2025 · 0 comments · May be fixed by #1947
Assignees
Labels
enhancement New feature or request. ui Issues related to the UI.

Comments

@mnonnenmacher
Copy link
Contributor

In the form to add a new secret, the secret value is currently shown in plain text. Instead, the value field should behave like typical password fields in forms and obfuscate the value by default, and have a small button next to it to optionally show the value.

Image

@mnonnenmacher mnonnenmacher added enhancement New feature or request. ui Issues related to the UI. labels Feb 3, 2025
@mnonnenmacher mnonnenmacher self-assigned this Feb 3, 2025
mnonnenmacher added a commit that referenced this issue Feb 3, 2025
Add a new `PasswordInput` component that hides the value by default. The
input contains a button to toggle between showing and hiding the input.

Use this component to hide the values of secrets by default.

Fixes #1940.

Signed-off-by: Martin Nonnenmacher <martin.nonnenmacher@bosch.com>
@mnonnenmacher mnonnenmacher linked a pull request Feb 3, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request. ui Issues related to the UI.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant