Support using credentials from Docker/Podman credential stores. · Issue #171 · oras-project/oras-dotnet · GitHub
More Web Proxy on the site http://driver.im/
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
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: