pingcap/tiflow

Hide sensitive information in cdc log

オープン

#859 opened on 2020/08/19

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Go (310 件のフォーク)auto 404
component/metrics-logginghelp wanted

Repository metrics

Stars
 (461 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Feature Request

Is your feature request related to a problem? Please describe:

Some sensitive information should not be logged in cdc log, including:

  • database password
  • auth.token of mq
  • schema name and table name
  • table info

Describe the feature you'd like:

  • Hide all sensitive information, but the implementation way needs discussion

Possible solutions

  • Add one more sensitive log level
  • Add a sensitive data filter in log system, which user can configure what should be hided in log

コントリビューターガイド