shy-grass-58292
11/13/2023, 7:49 PMpulumi env open
as per docs). But I keep getting a permission denied error related to my profile. Locally, I run a non-default profile for this project, and so ran pulumi config set aws:profile
. I did not expect that to propagate to the Ci/CD process.
Is there a workaround? I'm guessing OIDC needs default profile to work?error: rpc error: code = Unknown desc = unable to validate AWS credentials.
Details: failed to get shared config profile, PROFILE_NAME
Make sure you have set your AWS region, e.g. `pulumi config set aws:region us-west-2`.
But with the actual profile name instead of PROFILE_NAMEdry-keyboard-94795
11/13/2023, 8:04 PMAWS_PROFILE
environment variableshy-grass-58292
11/13/2023, 8:05 PM