fix: support empty auth config for anonymous registry#1250
fix: support empty auth config for anonymous registry#1250Random-Liu merged 1 commit intocontainerd:masterfrom awesomenix:fixemptyauth
Conversation
awesomenix
commented
Aug 28, 2019
- empty username means caller wants to use no credentials, typically for anonymous registry
- Fixes Empty username and password return "no auth config" #1249
|
Hi @awesomenix. Thanks for your PR. I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/assign @Random-Liu |
|
/ok-to-test |
- empty username means caller wants to use no credentials, typically for anonymous registry - Fixes #1249 Signed-off-by: Nishchay Kumar <mrawesomenix@gmail.com>
|
/lgtm @awesomenix I think we want this for containerd 1.3, can you send out a cherry-pick to |
|
@Random-Liu, will cherry pick to 1.3, will need it for 1.2 as well, will send out cherry pick for 1.2 as well. |