Skip to content
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

[bug] aws config not picked up for sso login #936

Closed
rogue5oul opened this issue Jul 3, 2024 · 1 comment
Closed

[bug] aws config not picked up for sso login #936

rogue5oul opened this issue Jul 3, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@rogue5oul
Copy link

rogue5oul commented Jul 3, 2024

Describe the bug
Skyplane init does not autodetect aws config for sso login

To Reproduce

aws sso login --profile [profile name]

skyplane init

Expected behavior
Skyplane is able to pickup existing sso config and not require access key and secret for aws.
My azure login also uses sso and did not present any issues during init.

Environment info (please complete the following information):

  • OS: wsl (ubuntu-22.04)
  • pipx:1.4.3
  • aws-cli:2.13.23
  • azure-cli:2.48.1
  • Skyplane:0.3.2
@rogue5oul rogue5oul added the bug Something isn't working label Jul 3, 2024
@rogue5oul rogue5oul changed the title [bug] [bug] aws config not picked up for sso login Jul 3, 2024
@rogue5oul
Copy link
Author

I was able to resolve this by exporting my profile

export AWS_PROFILE=[profile name]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant