Hello team, just a question about AWS IAM via Pulu...
# aws
m
Hello team, just a question about AWS IAM via Pulumi — how do I assign a trust entity to an IAM Role using Pulumi?
a
Ask ChatGPT
s
A trust relationship is set with the "AssumeRole" policy Check here https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html A good example as well is this https://github.com/pulumi/examples/blob/master/aws-ts-oidc-provider-pulumi-cloud/index.ts#L32C1-L51 (which actually setups OIDC provider for ESC )
👍 1