-
Notifications
You must be signed in to change notification settings - Fork 383
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
Remove GetCredentials
deprecation
#1305
Remove GetCredentials
deprecation
#1305
Conversation
LGTM |
@mtrmac PTAL to this one, too :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK; I’d like to fully catch up with the c/common conversation first…
We cannot use `GetCredentialsForRef` if we want to retrieve the credentials for a single registry. This use case is still valid which makes the deprecation of the API obsolete. Signed-off-by: Sascha Grunert <[email protected]>
2814ffc
to
16ffe8d
Compare
LGTM |
Which one exactly? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
We cannot use
GetCredentialsForRef
if we want to retrieve thecredentials for a single registry. This use case is still valid which
makes the deprecation of the API obsolete.
Refers to containers/common#659 (comment)