-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Features to Optimize System Security #18084
Labels
feature/accepted
This feature request is accepted by product managers
priority/P0
The issue has P0 priority.
type/feature-request
Categorizes issue or PR as related to a new feature.
Milestone
Comments
scsldb
added
type/feature-request
Categorizes issue or PR as related to a new feature.
priority/P0
The issue has P0 priority.
labels
Jun 17, 2020
zz-jason
changed the title
Optimize system security feature
Support Features to Optimize System Security
Jul 10, 2020
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. |
scsldb
added
the
feature/accepted
This feature request is accepted by product managers
label
Jul 16, 2020
10 tasks
dveeden
added a commit
to dveeden/tidb
that referenced
this issue
Aug 2, 2021
If no `ssl-cert` or `ssl-key` are specified: Create a self signed cert in the temp storage and use that. This allows TLS to be used when no user created certificates are available. Especially for `tiup playground` and other simple cases this should be sufficient. Note that for `caching_sha2_password` support we will either need TLS connections or RSA keypairs. This brings us a step closer in that direction. The created certificate are valid for 90 days and new certificates are created every 30 days. See also: - "Automatic SSL and RSA File Generation" on https://dev.mysql.com/doc/refman/8.0/en/creating-ssl-rsa-files-using-mysql.html - https://docs.pingcap.com/tidb/stable/enable-tls-between-clients-and-servers - pingcap#9411 - pingcap#18084
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature/accepted
This feature request is accepted by product managers
priority/P0
The issue has P0 priority.
type/feature-request
Categorizes issue or PR as related to a new feature.
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
The text was updated successfully, but these errors were encountered: