-
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 TiDB Dashboard session docs #6711
Conversation
Signed-off-by: Breezewish <me@breeswish.org>
Signed-off-by: Breezewish <me@breeswish.org>
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.
LGTM except for https://github.com/pingcap/docs-cn/pull/6711/files#r674572235
[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. |
dashboard/dashboard-session-sso.md
Outdated
|
||
> **注意:** | ||
> | ||
> 该功能仅在 v4.0.14 或更高版本的集群中可用。 |
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.
这个需要现在 cherry-pick 到 5.1 和 5.0 吗?4.0.14 是晚于 5.1.0 和 5.0.3 的吧。5.1.0 和 5.0.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.
5.0.x 和 5.1.x 的文档需要另外写,例如改成 v5.1.1 可用
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.
那就是 cherry-pick 到 release-5.0 和 release-5.1 暂时不合了。建议在 master 上不写版本,cp 到各个 release 分支再单独写。dev 版默认是最新开发版。
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.
已在 #6728 中加回 4.0 的版本说明
Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
@shhdgit PTAL, thanks! |
|
||
- 有效时间:分享的会话在多少时间内有效。登出当前会话不影响已分享会话的有效时间。 | ||
|
||
- 以只读权限分享:分享的会话为只读,例如不允许进行配置修改等操作。 |
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.
这个目前是怎么做的呀
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 Dashboard 侧限制的
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.
看到了
LGTM. |
/remove-status LGT1 |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 1fd4064
|
In response to a cherrypick label: new pull request created: #6728. |
In response to a cherrypick label: new pull request created: #6729. |
In response to a cherrypick label: new pull request created: #6730. |
Signed-off-by: Breezewish me@breeswish.org
First-time contributors' checklist
What is changed, added or deleted? (Required)
Add TiDB Dashboard docs about sessions.
Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?