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

Redis - support for non SSL protected environments #86

Open
rishdasubs opened this issue Mar 16, 2023 · 1 comment
Open

Redis - support for non SSL protected environments #86

rishdasubs opened this issue Mar 16, 2023 · 1 comment
Labels
enhancement New feature or request p1-important Important to handle

Comments

@rishdasubs
Copy link

Please provide a way to securely configure Redis connection using a secret and SSL.

Use case is for using external Redis cache service instead of in-cluster. The service, by policy, has non-SSL port 6379 disabled. The service only accepts connections on port 6380 and is secured by a secret (access key / password).

@jesper7 jesper7 added enhancement New feature or request p1-important Important to handle labels Apr 4, 2023
@jesper7
Copy link
Contributor

jesper7 commented Apr 5, 2023

Hey Rishabh

I've checked, and it should already be supported in Studio. Can you please see if the following Helm values resolve the issue:

global:
  celery:
    brokerUrl: rediss://<username>:<password>@<redis server>:<redis port>?ssl_cert_reqs=required
    resultBackend: rediss://<username>:<password>@<redis server>:<redis port>?ssl_cert_reqs=required

After you have included these in your existing values file, please redeploy the Helm chart.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request p1-important Important to handle
Projects
None yet
Development

No branches or pull requests

2 participants