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

Support SSO #76

Closed
jolo-dev opened this issue Jan 22, 2024 · 1 comment · Fixed by #158
Closed

Support SSO #76

jolo-dev opened this issue Jan 22, 2024 · 1 comment · Fixed by #158
Labels
enhancement New feature or request

Comments

@jolo-dev
Copy link

Describe the problem underlying the enhancement request

My profiles are setup via aws configure sso.
So, I tried using profile

const aws = await awsLite({
  region: 'eu-central-1',
  profile: 'my-profile',
});

But I got TypeError: Profile not found: my-profile.

The profiles are stored in ~/.aws/config

Describe the solution you'd like (if any)

When entering a profile, it should determine the right profile regardless SSO or not.

Describe alternative solutions you've considered

The AWS JS SDK v3 is able to detect that using the @smithy/node-config-provider.

Additional context or notes

No response

@jolo-dev jolo-dev added the enhancement New feature or request label Jan 22, 2024
@ryanblock ryanblock linked a pull request Jul 23, 2024 that will close this issue
10 tasks
@ryanblock
Copy link
Contributor

Shipped in 0.22!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants