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

Add TLS config to query frontend #6444

Merged
merged 4 commits into from
Jun 21, 2022

Conversation

aminesnow
Copy link
Contributor

@aminesnow aminesnow commented Jun 21, 2022

What this PR does / why we need it:
This PR adds TLS configuration parameters to query frontend. Without this, the live tailing on Openshift cluster cannot work.

Which issue(s) this PR fixes:
Fixes #5743

Special notes for your reviewer:
This PR is needed for this operator fix PR #6443

Checklist

  • Documentation added
  • Tests updated
  • Is this an important fix or new feature? Add an entry in the CHANGELOG.md.
  • Changes that require user attention or interaction to upgrade are documented in docs/sources/upgrading/_index.md

@aminesnow aminesnow marked this pull request as ready for review June 21, 2022 12:51
@aminesnow aminesnow requested review from KMiller-Grafana and a team as code owners June 21, 2022 12:51
Copy link
Contributor

@dannykopping dannykopping left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution @aminesnow 👍
Added a couple comments

pkg/lokifrontend/config.go Outdated Show resolved Hide resolved
docs/sources/configuration/_index.md Show resolved Hide resolved
Copy link
Contributor

@dannykopping dannykopping left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, please remove the commented line and address the CI issues - then I will merge 👍

Mohamed-Amine Bouqsimi added 2 commits June 21, 2022 15:41
@grafanabot
Copy link
Collaborator

./tools/diff_coverage.sh ../loki-main/test_results.txt test_results.txt ingester,distributor,querier,querier/queryrange,iter,storage,chunkenc,logql,loki

Change in test coverage per package. Green indicates 0 or positive change, red indicates that test coverage for a package fell.

+           ingester	0%
+        distributor	0%
+            querier	0%
+ querier/queryrange	0%
+               iter	0%
+            storage	0%
+           chunkenc	0%
+              logql	0%
-               loki	-0.3%

@dannykopping dannykopping merged commit 4f4b42b into grafana:main Jun 21, 2022
@aminesnow aminesnow deleted the frontend_tls_loki branch June 21, 2022 14:43
aminesnow pushed a commit to aminesnow/loki that referenced this pull request Jun 21, 2022
periklis pushed a commit that referenced this pull request Jun 22, 2022
@osg-grafana osg-grafana added type/docs Issues related to technical documentation; the Docs Squad uses this label across many repositories and removed area/docs labels Oct 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/M type/docs Issues related to technical documentation; the Docs Squad uses this label across many repositories
Projects
None yet
Development

Successfully merging this pull request may close these issues.

operator: Live tail of logs not working on OpenShift-based clusters
4 participants