1Password / scim-examples

1Password SCIM Bridge deployment examples
https://support.1password.com/scim/
MIT License
148 stars 141 forks source link

OS_REDIS_PASSWORD environment variable #210

Closed marcusricardoaguiar closed 2 years ago

marcusricardoaguiar commented 2 years ago

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.

ag-adampike commented 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?

marcusricardoaguiar commented 2 years ago

Hum, sounds good! Let me try that!

ag-adampike commented 2 years ago

@marcusricardoaguiar, I'm closing this as resolved, but please comment and re-open if there is still an issue. :-)