-
Notifications
You must be signed in to change notification settings - Fork 499
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 permit host option #779
Conversation
Hi contributor, thanks for your PR. This patch needs to be approved by someone of admins. They should reply with "/ok-to-test" to accept this PR for running test automatically. |
1 similar comment
Hi contributor, thanks for your PR. This patch needs to be approved by someone of admins. They should reply with "/ok-to-test" to accept this PR for running test automatically. |
charts/tidb-cluster/templates/scripts/_initialize_tidb_users.py.tpl
Outdated
Show resolved
Hide resolved
Co-Authored-By: Tennix <[email protected]>
move permitHost after passwordSecretName
…y.tpl Co-Authored-By: Tennix <[email protected]>
/run-e2e-in-kind |
fix default permit host quote
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
/run-e2e-in-kind |
@shonge The e2e failed, can't set password to the tidb cluster
PTAL |
/run-e2e-in-kind |
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, thank you.
/run-e2e-in-kind |
/run-e2e-in-kind |
1 similar comment
/run-e2e-in-kind |
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
/run-e2e-in-kind |
/run-e2e-in-kind |
/run-e2e-in-kind |
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
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
cherry pick to release-1.0 in PR #893 |
Thanks for your contribution! |
* add grant permit host option. * fixed "Can't find any matching in user table" * add permitHost trigger to job.yaml * Update charts/tidb-cluster/values.yaml Co-Authored-By: Tennix <[email protected]> * Update tidb-initializer-job.yaml move permitHost after passwordSecretName * Update charts/tidb-cluster/templates/scripts/_initialize_tidb_users.py.tpl Co-Authored-By: Tennix <[email protected]> * Update _initialize_tidb_users.py.tpl * Update _initialize_tidb_users.py.tpl fix default permit host quote * fix access denied for root when executing initsql. * delete two duplicate commit lines
What problem does this PR solve?
#733
What is changed and how does it work?
Add an option permitHost in values, and add the logic in _initialize_tidb_users.py.tpl
Check List
Tests
Code changes
Side effects
None
Related changes
Does this PR introduce a user-facing change?: