1Password / scim-examples

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

Document `OP_REDIS_*` variables #278

Closed alicethorne-ab closed 8 months ago

alicethorne-ab commented 9 months ago

As part of v2.8.5, the environment variables related to redis were undeprecated and reintroduced as configuration options. We need to document those variables.

These include:

Also of note is that a user must unset OP_REDIS_URL for these to be used. In other words, if OP_REDIS_URL is set, none of the other OP_REDIS_* variables will be used.

scottisloud commented 9 months ago

For the moment, I'll set all configuration manifests to continue to use OP_REDIS_URL, since that's the most common way people will continue to deploy the bridge. I'll include example-specific documentation and add the variables to the manifests empty/commented out/etc where possible.

alicethorne-ab commented 8 months ago

OP_REDIS_INSECURE_SSL has been implemented as of v2.9.0 and can be included in documentation now. 🙂