1Password / scim-examples

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

Improved Redis configurations #293

Closed ag-adampike closed 1 month ago

ag-adampike commented 8 months ago

This PR updates the base configuration for the Redis instance included as part of our example SCIM Bridge deployments.

Container configuration varies by platform, but the strategy is similar for each:

The included changes do not significantly change functionality of the deployment examples, but reduce complexity, reduce lines of code, and make our examples more generic for customers that choose to use them as a base for their own customizations.

For review, existing deployment and update instructions should work as expected. Redis logs should not warn that configuration is missing, but should include "Configuration loaded" within the first few log lines after the container starts.