From 7849d69922edfd166b3f1b3ff2a1d0bd688a8f22 Mon Sep 17 00:00:00 2001 From: accraw <73299418+accraw@users.noreply.github.com> Date: Mon, 21 Dec 2020 09:26:05 -0400 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Pierre-Alexandre St-Jean --- aws-terraform/ecs/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/aws-terraform/ecs/README.md b/aws-terraform/ecs/README.md index a964561..6933d82 100644 --- a/aws-terraform/ecs/README.md +++ b/aws-terraform/ecs/README.md @@ -3,8 +3,10 @@ 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) and [aws-cli](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html) installed and configured -- DNS Zone in Route 53 +- [terraform](https://learn.hashicorp.com/tutorials/terraform/install-cli) +- AWS credentials configured (either through $HOME/.aws/credentials or environment variable) + see: [Terraform AWS authentication](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#authentication) +- (Optional) DNS Zone in Route 53 - scimsession file and bearer token ([follow step 1 here](https://support.1password.com/scim/)) 1. Copy `terraform.tfvars.template` to `terraform.tfvars` @@ -30,4 +32,4 @@ terraform plan -out=./op-scim.plan terraform apply ./op-scim.plan ``` -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! \ No newline at end of file +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!