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
fix(credentials): Make finding existing credential filenames more robust (#2972)
Problem:
- Currently the way we find existing credential filenames is by seeing if a few keys are in the credentials document. This isn't really robust and breaks down for different profile types.
Solution:
- Re-use the sharedCredentialsProvider to provide validation when trying to find existing credential filenames. This will ensure that if we find a credentials file, it has at least one valid profile name
0 commit comments