Skip to content

Instantly share code, notes, and snippets.

@przemos
Last active May 30, 2022 06:59
Show Gist options
  • Save przemos/efcf72c659173e63f1b2ee1907833937 to your computer and use it in GitHub Desktop.
Save przemos/efcf72c659173e63f1b2ee1907833937 to your computer and use it in GitHub Desktop.
aws2azure_iampolicy.json
{
"Effect": "Allow",
"Principal": "*",
"Action": "execute-api:Invoke",
"Resource": "arn:aws:execute-api:eu-west-1:<account_number>:<api_id>/*/GET/token/https://graph.microsoft.com/.default"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment