Skip to content
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

Merged
merged 34 commits into from
Apr 7, 2025

Conversation

ademidoff
Copy link
Member

@ademidoff ademidoff commented Feb 13, 2025

PMM-13171

Link to the Feature Build: SUBMODULES-3847

Copy link

codecov bot commented Feb 13, 2025

Codecov Report

Attention: Patch coverage is 30.43478% with 16 lines in your changes missing coverage. Please review.

Project coverage is 43.88%. Comparing base (1b8999b) to head (382f087).
Report is 1 commits behind head on v3.

Files with missing lines Patch % Lines
managed/cmd/pmm-managed/main.go 0.00% 11 Missing ⚠️
...aged/services/telemetry/datasource_qandb_select.go 40.00% 2 Missing and 1 partial ⚠️
managed/services/ha/services.go 0.00% 1 Missing ⚠️
managed/utils/envvars/parser.go 0.00% 1 Missing ⚠️
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     
Flag Coverage Δ
admin 11.51% <ø> (+0.04%) ⬆️
agent 52.54% <ø> (-0.18%) ⬇️
managed 45.46% <30.43%> (+<0.01%) ⬆️
vmproxy 73.45% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ademidoff ademidoff marked this pull request as ready for review February 14, 2025 15:49
@ademidoff ademidoff requested review from a team as code owners February 14, 2025 15:49
@ademidoff ademidoff requested review from BupycHuk, idoqo and JiriCtvrtka and removed request for a team February 14, 2025 15:49
@@ -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> -->
Copy link
Member Author

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.

Copy link
Contributor

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>
Copy link
Member Author

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.

@ademidoff ademidoff temporarily deployed to PMM-13171-add-clickhouse-credentials - pmm-doc-3 PR #3646 April 7, 2025 10:34 — with Render Destroyed
@ademidoff ademidoff merged commit ed1567f into v3 Apr 7, 2025
32 of 33 checks passed
@ademidoff ademidoff deleted the PMM-13171-add-clickhouse-credentials branch April 7, 2025 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants