You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
If you would like to use IAM creds for the Operator rather than pass AWS creds around it seems the Operator is running into this issue pulumi/pulumi-aws#1692
Setting the AWS_EC2_METADATA_DISABLED does not appear to not work (as stated in the issue)
however adding aws:skipMetadataApiCheck to your provider works.
Might be worth adding this point your documentation as the examples all use AWS creds in the examples.
The text was updated successfully, but these errors were encountered:
I am sorry for the confusion here :/ Are you saying that you'd like to be able to set this via an EnvVar or are you asking for it to be made more clear in our docs?
Looks like the EnvVar does not work in pulumi-asp so no point yet in setting it but the provider setting does work. I suggested that the docs could do with stating that it is set in the provider (maybe adding to troubleshooting) if folks want to use IAM roles over AWS creds.
Hello!
Issue details
If you would like to use IAM creds for the Operator rather than pass AWS creds around it seems the Operator is running into this issue pulumi/pulumi-aws#1692
Setting the AWS_EC2_METADATA_DISABLED does not appear to not work (as stated in the issue)
however adding aws:skipMetadataApiCheck to your provider works.
Might be worth adding this point your documentation as the examples all use AWS creds in the examples.
The text was updated successfully, but these errors were encountered: