Skip to content

Instantly share code, notes, and snippets.

@mlabouardy
Created June 22, 2023 14:57
Show Gist options
  • Save mlabouardy/7ec58ec8c0345ad3416df5f7f9bac010 to your computer and use it in GitHub Desktop.
Save mlabouardy/7ec58ec8c0345ad3416df5f7f9bac010 to your computer and use it in GitHub Desktop.
Tailwarden Trust Relationship policy
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::TW_ACCOUNT_ID:root"
},
"Action": "sts:AssumeRole",
"Condition": {
"StringEquals": {
"sts:ExternalId": "EXTERNAL_ID"
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment