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

docs: Change redis configuration value for enabling TLS to correct syntax #3798

Merged
merged 1 commit into from
Jun 9, 2021
Merged

docs: Change redis configuration value for enabling TLS to correct syntax #3798

merged 1 commit into from
Jun 9, 2021

Conversation

bt909
Copy link
Contributor

@bt909 bt909 commented Jun 4, 2021

What this PR does / why we need it: This PR corrects the documentation (enable_tls: true doesn't work and this new syntax is taken from cortex documentation, works, and is tested with AWS ElastiCache Redis cluster)

Which issue(s) this PR fixes:

Special notes for your reviewer:

Checklist

  • Documentation added
  • Tests updated

enable_tls: true doesn't work and this syntax is taken from cortex documentation, works, and is tested with AWS ElastiCache Redis cluster
@CLAassistant
Copy link

CLAassistant commented Jun 4, 2021

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

@KMiller-Grafana KMiller-Grafana left a comment

Choose a reason for hiding this comment

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

LGTM.
See vendor/github.com/cortexproject/cortex/pkg/chunk/cache/redis_client.go for flag and its default value.

@cyriltovena cyriltovena merged commit ddbf04f into grafana:main Jun 9, 2021
cyriltovena pushed a commit to cyriltovena/loki that referenced this pull request Jun 11, 2021
…stributor.Distributor` service name. (grafana#3798)

* Moved common protobuf code to new cortexpb package.
Created distributorpb package, and moved cortex.IngesterOnlyPush to distributor.Distributor.

Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>

* Comment every deprecated element individually to get warnings for all of them.

Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>

* Ignore lint warnings from deprecated.go.

Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>

* Fix lint warnings.

Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>

* Verify that type alias for cortexpb.Sample uses correct functions for json marshalling.

Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants