Closed marcusricardoaguiar closed 2 years ago
Hey @marcusricardoaguiar! Thanks for filing this.
OP_REDIS_URL
should accept a connection string, i.e.:
OP_REDIS_URL=rediss://:password@redis:6379
Does that solve this issue for you?
Hum, sounds good! Let me try that!
@marcusricardoaguiar, I'm closing this as resolved, but please comment and re-open if there is still an issue. :-)
When deploying the scim with docker instances, it would be good to have an environment variable on scim.env called
OS_REDIS_PASSWORD
to allow using redis instances with authentication mechanism.