1Password / scim-examples

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

Bump to v2.8.5 #276

Closed alicethorne-ab closed 6 months ago

alicethorne-ab commented 6 months ago

Bump to v2.8.5.

Further work will need to be done to re-introduce the following variables:

OP_REDIS_HOST - hostname for the redis instance (string, default: localhost) OP_REDIS_PORT - port for the redis instance (string, default: 6379) OP_REDIS_USERNAME - username to connect to the redis server (string, default: (none)) OP_REDIS_PASSWORD - password to connect to the redis server (string, default: (none)) OP_REDIS_ENABLE_SSL - whether to enable SSL for redis connection (boolean, default: 0 (off)) (will be introduced in a later version)