Bug: Misleading error message regarding setting up a file watch on ~/.aws/sso/cache
#316
Labels
bug
Something isn't working
~/.aws/sso/cache
#316
Expected Behaviour
No error message.
This line of code should be removed.
Current Behaviour
Submitter UIs try to set up a file watch for changes in the
~/.aws/sso/cache
directory, and will emit a non-fatal error message such as the following to the logs:This file watch is a leftover from an old design and was not removed when updating the way that credentials are managed.
Reproduction Steps
Start up gui-submit or any submitter UI without a
~/.aws/sso/cache
directory present on your workstation.Code Snippet
N/A
The text was updated successfully, but these errors were encountered: