-
Notifications
You must be signed in to change notification settings - Fork 147
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
PMM-13171 Add ClickHouse credentials #3646
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## v3 #3646 +/- ##
==========================================
- Coverage 43.92% 43.88% -0.04%
==========================================
Files 367 367
Lines 44625 44637 +12
==========================================
- Hits 19601 19591 -10
- Misses 23339 23362 +23
+ Partials 1685 1684 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@@ -138,7 +138,7 @@ | |||
<!-- Compatibility with MySQL protocol. | |||
ClickHouse will pretend to be MySQL for applications connecting to this port. | |||
--> | |||
<mysql_port>9004</mysql_port> | |||
<!-- <mysql_port>9004</mysql_port> --> |
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.
We likely don't need to have that many ports open. Please review this.
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.
we don't use it that way I think - so fair point.
<allow_plaintext_password>1</allow_plaintext_password> | ||
<allow_no_password>1</allow_no_password> | ||
<allow_implicit_no_password>1</allow_implicit_no_password> | ||
<allow_plaintext_password>0</allow_plaintext_password> |
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.
This will harden security, for it was too poor before.
PMM-13171
Link to the Feature Build: SUBMODULES-3847