Add description about tidb_auth_token authentication#11824
Conversation
|
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. DetailsReviewer can indicate their review by submitting an approval review. |
Co-authored-by: xhe <xw897002528@gmail.com>
Co-authored-by: Aolin <aolinz@outlook.com>
Co-authored-by: shichun-0415 <89768198+shichun-0415@users.noreply.github.com>
|
DNM until #11716 is merged |
| - 可选值:`mysql_native_password`,`caching_sha2_password`,`tidb_sm3_password` | ||
| - 可选值:`mysql_native_password`,`caching_sha2_password`,`tidb_sm3_password`,`tidb_auth_token` | ||
| - `tidb_auth_token` 认证方式仅用于 TiDB Cloud 内部实现,**不要设置为该值**。 | ||
| - 服务器和客户端建立连接时,这个变量用于设置服务器对外通告的默认身份验证方式。如要了解该变量的其他可选值,参见[可用的身份验证插件](/security-compatibility-with-mysql.md#可用的身份验证插件)。 |
There was a problem hiding this comment.
只是记录下:这个变化应该不需要体现到 TiDB v6.4.0 release notes 里,对用户看起来没有实际的作用
| @@ -323,6 +323,24 @@ TiDB 配置文件比命令行参数支持更多的选项。你可以在 [config/ | |||
| + 默认值:"",支持 TLSv1.1 及以上版本。 | |||
| + 可选值:`"TLSv1.0"`、`"TLSv1.1"`、`"TLSv1.2"` 和 `"TLSv1.3"` | |||
|
|
|||
There was a problem hiding this comment.
只是记录下:这两个配置项变化应该不需要体现到 TiDB v6.4.0 release notes 里,对用户看起来没有实际的作用
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: 80f2d0b |
What is changed, added or deleted? (Required)
Which TiDB version(s) do your changes apply to? (Required)
Tips for choosing the affected version(s):
By default, CHOOSE MASTER ONLY so your changes will be applied to the next TiDB major or minor releases. If your PR involves a product feature behavior change or a compatibility change, CHOOSE THE AFFECTED RELEASE BRANCH(ES) AND MASTER.
For details, see tips for choosing the affected versions (in Chinese).
What is the related PR or file link(s)?
tidb_auth_tokenauthentication tidb#38585Do your changes match any of the following descriptions?