https://pulumi.com logo
Title
c

creamy-toddler-74807

12/23/2022, 9:39 PM
Hi. I need some help with an error:
error: unable to validate AWS credentials. Details: Assume Role: role ARN not set
. This code was working fine in 3.35.3. The error appeared when I tried to upgrade to 3.50.2. Any ideas?
I have two aws.Provider's. One without and one with an assume_role. All in python.
I am wondering if this commit https://github.com/pulumi/pulumi-aws/commit/60235e34797bc929e71d30c091e5dc4e2c98cdc1 changed the field names of the ProviderAssumeRole for Python, such as:
role_arn
to
roleArn
.
b

billowy-army-68599

12/27/2022, 6:51 AM
could you open an issue?
c

creamy-toddler-74807

12/28/2022, 5:16 PM