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

[PLATFORM-480]: [Auth0Ex] Understand how to enforce https on Redix #90

Conversation

cpiemontese
Copy link
Contributor

https://prima-assicurazioni-spa.myjetbrains.com/youtrack/issue/PLATFORM-480

This PR tries to address the problem described here i.e. the need for an additional socket option to allow wildcard certificates and thus have successful verification when using ssl with Amazon Elasticache (which we need to be able to authenticate with our Redis).

We added two new config options:

  • :redis_ssl_enabled,
  • :redis_ssl_allow_wildcard_certificates

which default to false and can be used to enable ssl and, optionally, add the additional socket configuration.

Theoretically the ssl option could be specified in the redis uri (e.g. using "?ssl=true") but this doesn't seem to be standard and this way it seems more robust.

@cpiemontese cpiemontese requested a review from mbusi June 1, 2022 08:47
Copy link

@dinopascale-prima dinopascale-prima left a comment

Choose a reason for hiding this comment

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

🚀

@cpiemontese cpiemontese merged commit 9c2016c into master Jun 1, 2022
@cpiemontese cpiemontese deleted the PLATFORM-480/user-story/auth-ex-understand-how-to-enforce-https-on-redix branch June 1, 2022 09:08
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 this pull request may close these issues.

3 participants