lhotari opened a new issue, #22043: URL: https://github.com/apache/pulsar/issues/22043
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version All released version ### Minimal reproduce step When the broker starts, the `brokerClientAuthenticationParameters` gets logged: ``` [conf/broker.conf] Applying config brokerClientAuthenticationParameters = eyJhbGciOiAiSFMyNTYiLCAidHlwIjogIkpXVCJ9.eyJzdWIiOiAiMTIzNDU2Nzg5MCIsICJuYW1lIjogIkpvaG4gRG9lIiwgImFkbWluIjogdHJ1ZX0.X ``` ### What did you expect to see? This should be sanitized in the log ``` [conf/broker.conf] Applying config brokerClientAuthenticationParameters = ********************************************************************************************************************** ``` ### What did you see instead? (see repro step for example) ### Anything else? When logging configuration parameters, there should be a list of sensitive parameters. When logging those, the value should be replaced with `*` characters. ### Are you willing to submit a PR? - [X] I'm willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
