-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
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. Reviewer can indicate their review by submitting an approval review. |
Co-authored-by: xhe <xw897002528@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rest LGTM
Co-authored-by: Aolin <aolinz@outlook.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rest LGTM
Co-authored-by: shichun-0415 <89768198+shichun-0415@users.noreply.github.com>
DNM until #11716 is merged |
@@ -193,7 +193,8 @@ mysql> SELECT * FROM t1; | |||
- 作用域:GLOBAL | |||
- 是否持久化到集群:是 | |||
- 默认值:`mysql_native_password` | |||
- 可选值:`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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
只是记录下:这个变化应该不需要体现到 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
只是记录下:这两个配置项变化应该不需要体现到 TiDB v6.4.0 release notes 里,对用户看起来没有实际的作用
/merge |
This pull request has been accepted and is ready to merge. Commit 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_token
authentication tidb#38585Do your changes match any of the following descriptions?