Docker deployment improvements. Changelog: * `--letsencrypt-domain` in the `args` field has been removed in favour of the environment variable `OP_LETSENCRYPT_DOMAIN` in the `scim.env` file. The old method will continue to work and is not deprecated, but this way is clearer to those setting up for the first time. * Use long-form syntax on the Docker Secret for Docker Swarm deployments, fixing issues with some older versions of Docker, and making the `scimsession` secret more secure overall. * Removed the `op-scim.service` file as it's no longer necessary with `restart: always`. * Minor cleanup of `docker-compose.yml` files. * Add manual setup steps to Docker README.
1Password SCIM Bridge deployment examples
Here you can find configuration files and best practice instructions for deploying the 1Password SCIM Bridge on various public and private clouds.
Automatic Deployment
The easiest way to deploy the SCIM bridge is with our one-click installations currently available for Google Cloud Platform and DigitalOcean.
For Google Cloud Platform, please refer to this guide.
For DigitalOcean, please refer to this guide.
Advanced Deployment
The following guides are for anyone who isn't using the one-click solutions available on Google Cloud Platform or DigitalOcean.
Before Deploying
Before you begin deploying the 1Password SCIM Bridge, please refer to the Preparation Guide. You will need to make some decisions about certain key details, and it also contains ways to avoid common pitfalls.
General Deployment Guides
To deploy on Kubernetes, read the Kubernetes example documentation
To deploy with Docker, read the Docker example documentation
To deploy with AWS and Terraform, read the AWS and Terraform example documentation
We also have specific, detailed instructions for deployments to Azure using the Azure Kubernetes Service.
Support
If you require additional deployment examples, encounter any issues, or have any questions about your SCIM bridge deployment, do not hesitate to email support+business@agilebits.com and open an issue with us. We are happy to help in any way we can.