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

console command now honors non-Default AWS SSO instances #220

Merged
merged 1 commit into from
Dec 31, 2021

Conversation

synfinatic
Copy link
Owner

Users using --sso with eval or exec and then running
console would find the latter command would fail because
it did not know which AWS SSO instance was used with the
previous command.

We now set AWS_SSO environment variable so this value is
automatically tracked with console, list, etc.

Fixes: #208

Users using `--sso` with `eval` or `exec` and then running
`console` would find the latter command would fail because
it did not know which AWS SSO instance was used with the
previous command.

We now set AWS_SSO environment variable so this value is
automatically tracked with `console`, `list`, etc.

Fixes: #208
@codecov
Copy link

codecov bot commented Dec 31, 2021

Codecov Report

Merging #220 (94cca4d) into main (c4b2ea8) will not change coverage.
The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #220   +/-   ##
=======================================
  Coverage   41.24%   41.24%           
=======================================
  Files          10       10           
  Lines        1622     1622           
=======================================
  Hits          669      669           
  Misses        897      897           
  Partials       56       56           
Impacted Files Coverage Δ
sso/settings.go 58.86% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c4b2ea8...94cca4d. Read the comment docs.

@synfinatic synfinatic merged commit 11f7dfc into main Dec 31, 2021
@synfinatic synfinatic deleted the non-default-sso-console branch December 31, 2021 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

aws-sso console doesn't know when you're using a non-default SSO
1 participant