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
oras-credentials-go
As oras-credentials-go has now reached a fairly stable state, we can proceed with merging it back into oras-go. This will allows us:
oras-go
See oras-project/oras-credentials-go#80 for more details.
The text was updated successfully, but these errors were encountered:
credentials
feat: merge package credentials back from oras-credentials-go (#589)
c130949
1. Add package `credentials` (migrated from [`oras-credentials-go`](https://github.com/oras-project/oras-credentials-go)) and its corresponding description 2. Add new type `auth.CredentialFunc` 3. Migrate the credentials example from [oras.land](https://oras.land/docs/client_libraries/go/#pull-an-image-using-the-docker-credential-store) 4. Change `auth.DefaultCache` to `auth.NewCache()` in examples Resolves: #584 Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
Wwwsylvia
Successfully merging a pull request may close this issue.
As
oras-credentials-go
has now reached a fairly stable state, we can proceed with merging it back intooras-go
. This will allows us:oras-go
as an incremental feature with no dependency penaltyoras-credentials-go
as a package inoras-go
See oras-project/oras-credentials-go#80 for more details.
The text was updated successfully, but these errors were encountered: