-
Notifications
You must be signed in to change notification settings - Fork 825
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
Unable to pull project using SSO #13730
Comments
Hey @ellsssss, thank you for reaching out. When running just |
@ykethan Hello! Thanks for the response! When i try just |
@ellsssss could run |
Thanks, this works now. This is what I had to do:
Thanks for the help, I was able to pull the project. |
This issue is now closed. Comments on closed issues are hard for our team to see. |
How did you install the Amplify CLI?
npm
If applicable, what version of Node.js are you using?
21.5.0
Amplify CLI Version
12.11.1
What operating system are you using?
Mac
Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.
No
Describe the bug
Im trying to pull an existing project from amplify using the following command and choosing AWS profile for authentication method.
amplify pull --appId 123466foobar --envName dev
This is how I have setup my profiles according to https://docs.amplify.aws/javascript/start/getting-started/installation/#manually-configure-the-amplify-cli
I get this error
When I do
aws amplify list-apps --region us-east-2 --profile my-sso-profile
I can see the App/Project in there, so not really sure what is going on. Also using long-lived access/secret key works just fine.Expected behavior
Be able to pull an Amplify project using AWS profile as authentication method
Reproduction steps
amplify pull --appId 123466foobar --envName dev
Project Identifier
No response
Log output
Additional information
No response
Before submitting, please confirm:
The text was updated successfully, but these errors were encountered: