-
Notifications
You must be signed in to change notification settings - Fork 590
Hide sensitive data from audit dashboard after updating a stream #4947
Comments
thanks for pointing this out, we will address this shortly in the next point release |
See current usage of ArgumentSanitizer.java |
Hi guys, |
@Hassen-BENNOUR is this the logging of the dataflow or skipper apps? |
@corneil |
fixed in #4955 |
@markpollack @corneil The update stream operation still show secrets on the UI ans services |
Hi @Hassen-BENNOUR , thanks for the heads up. We re-opened this issue for visibility and then will now track this under #5452. |
Description:
When i update a stream, local platform, sensitives data are not hidden from stream properties on the audit dashboard and displayed.
Only on update audit type.
Release versions:
Version: 2.9.3
Steps to reproduce:
Any update Stream from REST API or UI causes the passwords from stream properties are not hidden in the audit dashboard.
Screenshots:

Additional context:
convertPropertiesToSkipperYaml must hide sensitive data
The text was updated successfully, but these errors were encountered: