Skip to content

Commit

Permalink
Update docs/layers/ecs/tutorials/1password-scim-bridge.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
milldr authored Sep 17, 2024
1 parent f9c0ea6 commit 8a52344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/layers/ecs/tutorials/1password-scim-bridge.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The implementation of this is fairly simple. We will generate credentials for th
1. Choose "Custom"
1. You should now see the SCIM bridge credentials. We will need the "scimsession" and "Bearer Token" for the next steps.
1. Save these credentials in a secure location (such as 1Password) for future reference
1. Store the "scimsession" in AWS SSM Parameter Store. This will allow the ECS task definition to access the credentials securely. Then the server will ask for the bearer token using the session, which we will enter at that time.
1. Store only the "scimsession" in AWS SSM Parameter Store. This will allow the ECS task definition to access the credentials securely. Then once the service is running, the server will ask for the bearer token to verify the connection, which we will enter at that time.

<Steps>
- Open the AWS Web Console - Navigate to the target account, such as `core-auto`, and target region, such as `us-west-2`
Expand Down

0 comments on commit 8a52344

Please sign in to comment.