-
Notifications
You must be signed in to change notification settings - Fork 145
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
base: v3
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## v3 #3646 +/- ##
=======================================
Coverage 43.75% 43.75%
=======================================
Files 367 367
Lines 44538 44553 +15
=======================================
+ Hits 19486 19494 +8
- Misses 23368 23375 +7
Partials 1684 1684
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -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.
@@ -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 don't use it that way I think - so fair point.
PMM-13171
Link to the Feature Build: SUBMODULES-3847