-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
area/securitytype/enhancementThe enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messagesThe enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages
Description
Is your enhancement request related to a problem? Please describe.
Pulsar client output the auth info may reveal sensitive information
Describe the solution you'd like
Remove auth information from log
Additional context
INFO o.a.p.c.i.ProducerStatsRecorderImpl:102 - Pulsar client config: {
"serviceUrl" : "pulsar://127.0.0.1:6650",
"authPluginClassName" : "org.apache.pulsar.client.impl.auth.AuthenticationToken",
"authParams" : "sensitive_authParams",
"authParamMap" : sensitive_authParamMap,
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/securitytype/enhancementThe enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messagesThe enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages