-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work since 1.2.0 #27
Comments
Same. In my case, I set the
|
Same issue. though I'm using:
and I'm getting:
where:
|
This may be addressed in |
@thomasmichaelwallace I am on |
@thomasmichaelwallace Was this fixed in the 2.0 release? Or 1.3.0? |
Can you try 2.0 and see? |
I'm on the plugin 2.x here and it looked like it wasn't working, because it was confused When this happens, it logs
And things like
error referencing my default AWS account too. I removed
The output of sls with Looking in these cache files, I don't see why it would pick one over the other. For instance the sso_account_id isn't in the .json, only the start_url and region. Is there a cache collision ? Here is a defanged version of the end of my
|
Doesn't work for me either. [profile myprofile]
region = 'us-west-2'
output = 'json'
credential_process = 'mycli jit aws' |
We'll need full logs (--debug * & --verbose) to help. |
Turns out I was on an older version of serverless and the global and local were mismatched. The new one works fine with credential process. |
Describe the bug
Since 1.2.0 the plugin does not detect the aws profile anymore and always defaults to the "default" aws profile
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should deploy fine
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: