Masking of sink-uri
doesn't mask sasl-password
for Kafka URIs
#7182
Labels
affects-6.1
This bug affects the 6.1.x(LTS) versions.
area/ticdc
Issues or PRs related to TiCDC.
severity/minor
type/bug
The issue is confirmed as a bug.
What did you do?
Use a
sink-uri
likekafka://...?sasl-mechanism=SCRAM-SHA-256&sasl-password=xxxxx&sasl-user=ticdc
tiup cdc cli changefeed query --pd=http://127.0.0.1:2379 --changefeed-id=test-changefeed
What did you expect to see?
The
sasl-password
to be masked, just like the MySQL password inmysql://
urisWhat did you see instead?
Unmasked
sasl-password
Versions of the cluster
v6.1.1
The text was updated successfully, but these errors were encountered: