-
Notifications
You must be signed in to change notification settings - Fork 29
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
Mask sensitive configuration values #285
Labels
enhancement
New feature or request
on hold
Issues or pull requests that are waiting for something
question
Further information is requested
ui/ux
This issue is about improving the UI / UX
Milestone
Comments
This needs further investigation as usually users would not put in a password directly but rather reference a secret or property holding that value. |
lhein
added
enhancement
New feature or request
question
Further information is requested
on hold
Issues or pull requests that are waiting for something
labels
Nov 8, 2023
What do we want to do for when a user wants to put a property placeholder? we should somehow provide a way to disable the masking for that. |
with the password generator from PF users can toggle visibility. Maybe that is enough? |
igarashitm
added a commit
to igarashitm/kaoto
that referenced
this issue
May 3, 2024
… password` Fixes: KaotoIO#285 Fixes: KaotoIO#503
igarashitm
added a commit
to igarashitm/kaoto
that referenced
this issue
May 3, 2024
… password` Fixes: KaotoIO#285 Fixes: KaotoIO#503
igarashitm
added a commit
to igarashitm/kaoto
that referenced
this issue
May 3, 2024
… password` Fixes: KaotoIO#285 Fixes: KaotoIO#503
igarashitm
added a commit
to igarashitm/kaoto
that referenced
this issue
May 3, 2024
… password` Fixes: KaotoIO#285 Fixes: KaotoIO#503
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
on hold
Issues or pull requests that are waiting for something
question
Further information is requested
ui/ux
This issue is about improving the UI / UX
Please describe the feature that you want to propose
The camel catalog provides the information on each config parameter if it contains sensitive information or not via the attribute
secret
. If that attribute is set totrue
we should put a mask on the input field. (PF5 has ready to use component for such cases)The text was updated successfully, but these errors were encountered: