-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[extension/storage/redisstorageextension] Add TLS support #40185
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
[extension/storage/redisstorageextension] Add TLS support #40185
Conversation
Please add a changelog by typing from the root of the checkout |
Please address the comments and mark ready for review again. |
Co-authored-by: Antoine Toulme <[email protected]>
Co-authored-by: Antoine Toulme <[email protected]>
Please resolve conflicts and I will take a final look. |
Conflicts resolved. |
Sorry, we had a release and your added dependencies clash with the new set. Please run |
No problem at all! Done. |
Description
Add TLS support to Redis storage extension (extension/storage/redisstorageextension).
Issue number
N/A - Couldn't find any relevant open issue.
Testing
Connected the Redis storage extension to a AWS ElastiCache Valkey serverless instance, which has mandatory TLS usage.
Automated tests were also changed to account for TLS config and are passing.
Documentation
Added documentation to the component on how to use TLS config.