We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice if the library can use credentials stored by docker/podman. These stores provide a common mechanism to store registry credentials.
The .NET SDK's built-in container tooling uses https://github.com/mthalman/docker-creds-provider to obtain credentials from these stores.
The credentials are then used by this DelegatingHandler: https://github.com/dotnet/sdk/blob/main/src/Containers/Microsoft.NET.Build.Containers/AuthHandshakeMessageHandler.cs to set appropriate headers.
@shizhMSFT does this feature make sense?
The text was updated successfully, but these errors were encountered:
I should have checked the open issues. This is a dup of #47.
Sorry, something went wrong.
No branches or pull requests
It would be nice if the library can use credentials stored by docker/podman. These stores provide a common mechanism to store registry credentials.
The .NET SDK's built-in container tooling uses https://github.com/mthalman/docker-creds-provider to obtain credentials from these stores.
The credentials are then used by this DelegatingHandler: https://github.com/dotnet/sdk/blob/main/src/Containers/Microsoft.NET.Build.Containers/AuthHandshakeMessageHandler.cs to set appropriate headers.
@shizhMSFT does this feature make sense?
The text was updated successfully, but these errors were encountered: