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

Open
jolo-dev opened this issue Jan 22, 2024 · 0 comments
Open

Support SSO #76

jolo-dev opened this issue Jan 22, 2024 · 0 comments
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant