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
I'm using version 0.13.0 of the plugin and Node 10.14.0, and I can't get the deploy to respect either the AWS_PROFILE environment variable or the options.profile argument. My ~/.aws/credentials file is set up to use IAM roles that reference my root credentials:
I've exported AWS_PROFILE=test, and using the AWS CLI directly works fine, but Grunt gives me:
AWS API request failed with undefined - CredentialsError: Missing credentials in config
Warning: Check your AWS credentials, region and permissions are correct. Use --force to continue.
When I run with --verbose, here's the detailed output:
I'm using version 0.13.0 of the plugin and Node 10.14.0, and I can't get the deploy to respect either the
AWS_PROFILE
environment variable or theoptions.profile
argument. My ~/.aws/credentials file is set up to use IAM roles that reference my root credentials:I've exported
AWS_PROFILE=test
, and using the AWS CLI directly works fine, but Grunt gives me:When I run with --verbose, here's the detailed output:
The text was updated successfully, but these errors were encountered: