-
Notifications
You must be signed in to change notification settings - Fork 524
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
Require secondary authentication on MFA enabled account #1953
Comments
I was able to resolve the issue that I was having authenticating to the Docker Hub registry by using the Thus, I recommend changing the wording to something similar to the following to cover the case where people are using MFA:
|
Similar to #1968 (which is for GitLab) |
@bwateratmsft Actually, this issue relates to Docker and not Gitlab. Thus, these extensions shouldn't be considered the same because we are trying to authenticate against two different systems here. Next, I can use my |
They're definitely not the same--as you say, this one is for Docker Hub, the other for GitLab--but both deal with using access tokens as the secret to authenticate with instead of passwords. We probably need changes to deal with that scenario better; for example, if no username is present we will not try to authenticate at all, but access tokens often do not need a username associated. |
When I enter
Docker ID
andAccess Token
, I'm seeing the following message:Incorrect Authentication Credentials
The text was updated successfully, but these errors were encountered: