You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
If a user runs maws -w to access the web console, and has no intention of using the command line credentials and so they don't subshell (e.g. $(maws -w)) the command, the tool now produces a temporary file that doesn't get cleaned up.
Determine if this use case matters or if users don't really do this and instead they just browse to https://aws.sso.mozilla.com/
If indeed there's a userbase that has a reason to want to run maws -w outside a subshell, come up with a solution to the leftover temp file.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If a user runs
maws -w
to access the web console, and has no intention of using the command line credentials and so they don't subshell (e.g.$(maws -w)
) the command, the tool now produces a temporary file that doesn't get cleaned up.maws -w
outside a subshell, come up with a solution to the leftover temp file.The text was updated successfully, but these errors were encountered: