1Password / scim-examples

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

Fix Google Workspace configuration in Docker deployment examples #211

Closed black-bryan closed 2 years ago

black-bryan commented 2 years ago

This PR cleans up the handling of Docker Secrets when either automatic or manual Docker Swarm deployments are used. Previously the Docker secrets were created but never used by the swarm deployment. Now the Swarm deployment will utilize a secondary gw-docker-compose.yml file to read in the created secrets. Also this PR includes cleanup of Docker documentation.

Tested automated and manual deployments of both Swarm deployments with GW as the IdP and non-GW as the IdP. Tested Compose deployments as well.