pingcap / tidb

TiDB - the open-source, cloud-native, distributed SQL database designed for modern applications.
https://pingcap.com
Apache License 2.0
37.21k stars 5.84k forks source link

Support Features to Optimize System Security #18084

Open scsldb opened 4 years ago

scsldb commented 4 years ago

Description

P0 Task List:

Authentication

Transparent Data Encryption(TDE)

Data Mask and De-Identification

P1 Task List:

Authentication

Data Mask and De-Identification

For more details task: https://docs.google.com/document/d/1fMj6rCGrK_Gr4WeMJmBNGfPoZKG-dtVsq1VfWIHf558/edit#heading=h.r8aswyjagfkz

Category

Feature, Security

Value

Improve system security

Schedule

GanttStart: 2020-07-04 GanttDue: 2020-11-28 GanttProgress: 30%

Progress Tracking

kolbe commented 4 years ago

Can we add "Support De-Sensitization TiDB Error Log" to the "Mask" section?

One implementation idea for that might be to avoid printing prepared statement arguments in the error log.

https://github.com/pingcap/tidb/issues/18566

nolouch commented 4 years ago

@kolbe I have added it, I think the implementation idea you mentioned already done in https://github.com/pingcap/tidb/pull/18578. am I right?