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

### Feature Request: Add SSL Support for Redis in Celery #2382

Closed
ThomaciousD opened this issue Sep 10, 2024 · 0 comments
Closed

### Feature Request: Add SSL Support for Redis in Celery #2382

ThomaciousD opened this issue Sep 10, 2024 · 0 comments

Comments

@ThomaciousD
Copy link
Contributor

Description:
This issue is a follow-up to PR #2226 which introduced the use of Redis as a broker and backend for Celery.

To ensure secure communication between Celery and Redis, I propose adding support for Redis connections over SSL. This will be particularly useful in production environments where security is paramount.

Proposed Changes:

  • Introduce new environment variables: REDIS_SSL, REDIS_SSL_CERT_REQS, and REDIS_SSL_CA_CERTS to allow SSL configuration for Redis.
  • Modify Celery configuration to dynamically include SSL parameters in the Redis URL when REDIS_SSL is enabled.

Context:
This enhancement builds upon the work done in PR #2226, ensuring secure Redis connections in environments that require SSL.

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 a pull request may close this issue.

2 participants