SovereignCloudStack / issues

This repository is used for issues that are cross-repository or not bound to a specific repository.
https://github.com/orgs/SovereignCloudStack/projects/6
2 stars 1 forks source link

Redis TLS for coordination in Gnocchi #651

Open MatusJenca2 opened 1 month ago

MatusJenca2 commented 1 month ago

As an operator, I want be able to use TLS with Gnocchi so that i can use Redis with TLS in my cloud.

Currently, there's an upstream PR covering Redis TLS connectivity. This PR covers TLS all the services osing Tooz - see #562. However Gnocchi does not use Tooz to communicate with Redis, instead it uses a custom solution. This code does not parse certificates from URL.

This requires an upstream change in Gnocchi repo.

Acceptance criteria:

Definition of Ready:

Definition of Done:

MatusJenca2 commented 1 month ago

I just found out that it's already there, but it's in a different fromat from what Tooz uses. We may close this issue perhaps

MatusJenca2 commented 1 month ago

Update: The change is on master only, not latest release tag.

So we have to wait for the next release of Gnocchi.