Skip to content

Commit

Permalink
Merge pull request #720 from MikelAlejoBR/RHCLOUD-35160-feature-cloud…
Browse files Browse the repository at this point in the history
…igrade-external-id

RHCLOUD-35160  | feature: support "external ID" field for Cloud Meter roles
  • Loading branch information
MikelAlejoBR authored Dec 5, 2024
2 parents 91fd76b + 0570e76 commit 60e1702
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dao/seeds/superkey_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,17 @@
"AWS": "arn:aws:iam::ACCOUNT:root"
},
"Action": "sts:AssumeRole",
"Condition": {}
"Condition": {
"StringEquals": {
"sts:ExternalID": "EXTERNAL_ID"
}
}
}
]
}
substitutions:
ACCOUNT: get_account
EXTERNAL_ID: generate_external_id
- step: 3
name: bind_role
payload: {}
Expand Down

0 comments on commit 60e1702

Please sign in to comment.