kafka-ui
kafka-ui copied to clipboard
Make configuration (credentials) sanitization optional
Issue submitter TODO list
- [x] I've searched for an already existing issues here
- [x] I'm running a supported version of the application which is listed here and the feature is not present there
Is your proposal related to a problem?
No response
Describe the feature you're interested in
Hi,
This is a feature request to make credential masking switchable via a configuration variable.
When using the UI to do development of Kafka connectors it is a bit cumbersome to have to re-enter credentials when editing a connector. Whereas this is of course useful in production environments, it'd help connector developers to speed up their development tasks if it was not necessary re-insert credentials.
The patch should not be big, perhaps just putting the body of the sanitize method in KafkaConfigSanitizer behind a configuration switch (default value keeping the current behaviour) would be enough.
I'm happy to submit a patch if you'd be willing to accept this change.
Thanks.
Describe alternatives you've considered
No response
Version you're running
1.3.0
Additional context
No response