Skip to content

Commit

Permalink
docs: added example of assume role
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Sveceny <[email protected]>
  • Loading branch information
sitole committed Jul 19, 2024
1 parent dba68f9 commit 2275b07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ services:

SCRAPER_0_CLUSTER_ARN: "arn:aws:rds:eu-west-1:xxx:cluster:c0"
SCRAPER_1_CLUSTER_ARN: "arn:aws:rds:eu-west-1:xxx:cluster:c1"

# optionally add assume role
SCRAPER_2_CLUSTER_ARN: "arn:aws:rds:us-east-1:xxx:cluster:admin"
SCRAPER_2_ASSUME_ROLE_ARN: "arn:aws:iam::xxx:role/fancy-assume-role"

0 comments on commit 2275b07

Please sign in to comment.