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

AWS_SSO is not set? #251

Closed
synfinatic opened this issue Jan 15, 2022 · 0 comments · Fixed by #252
Closed

AWS_SSO is not set? #251

synfinatic opened this issue Jan 15, 2022 · 0 comments · Fixed by #252
Labels
bug Something isn't working
Milestone

Comments

@synfinatic
Copy link
Owner

Both exec and eval are not setting the AWS_SSO environment variable

exec:

$ set | grep AWS_SSO
AWS_SSO=

eval:
unset AWS_SSO

@synfinatic synfinatic added the bug Something isn't working label Jan 15, 2022
@synfinatic synfinatic added this to the 1.7.1 milestone Jan 15, 2022
synfinatic added a commit that referenced this issue Jan 16, 2022
We were incorrectly leaving this blank so it was being
unset in `eval` and set to an empty string in `exec`

Fixes: #251
synfinatic added a commit that referenced this issue Jan 16, 2022
We were incorrectly leaving this blank so it was being
unset in `eval` and set to an empty string in `exec`

Fixes: #251
synfinatic added a commit that referenced this issue Jan 16, 2022
We were incorrectly leaving this blank so it was being
unset in `eval` and set to an empty string in `exec`

Fixes: #251
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

Successfully merging a pull request may close this issue.

1 participant