mirror of
https://github.com/PurpleComputing/scim-examples.git
synced 2026-02-09 16:52:20 +00:00
Merge pull request #128 from budbach/patch-1
Fix link to PREPARATION.md
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Deploying the 1Password SCIM Bridge in AWS ECS with Terraform
|
||||
|
||||
This document describes deploying the 1Password SCIM bridge to your Amazon Web Service Elastic Container Service Fargate using Terraform. It's just a suggested starting point - you may be using different services for different things, this example uses only AWS products. Please familiarize yourself with [Preparation.md](../../Preparation.md) before beginning.
|
||||
This document describes deploying the 1Password SCIM bridge to your Amazon Web Service Elastic Container Service Fargate using Terraform. It's just a suggested starting point - you may be using different services for different things, this example uses only AWS products. Please familiarize yourself with [PREPARATION.md](/PREPARATION.md) before beginning.
|
||||
|
||||
Prerequisites
|
||||
- [terraform](https://learn.hashicorp.com/tutorials/terraform/install-cli)
|
||||
@@ -38,4 +38,4 @@ If you are using something other than Route53 for your domain name, point your d
|
||||
|
||||
After a few minutes, if you go to the SCIM Bridge URL you set, you should be able to enter your bearer token to verify that your scim bridge is up and running. Connect to your IdP using step 3 [here](https://support.1password.com/scim/) and go to your 1Password account and check that provisioning is on in Setting -> Provisioning and you should be good to go!
|
||||
|
||||
If you want to check out the logs for your scim bridge, in AWS go to Cloudwatch -> Log Groups and you should see the log group that was printed out at the end of your terraform apply. You can then see the scim-bridge and redis container logs.
|
||||
If you want to check out the logs for your scim bridge, in AWS go to Cloudwatch -> Log Groups and you should see the log group that was printed out at the end of your terraform apply. You can then see the scim-bridge and redis container logs.
|
||||
|
||||
Reference in New Issue
Block a user