-
Notifications
You must be signed in to change notification settings - Fork 98
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
Support cri image service proxy mode for getting registry auth #282
Conversation
Hi @darfux , thanks for the PR, others LGTM! Now we have 3 main ways to get the auth (label not recommend), are you interested in adding some doc about theirs? |
Sorry, need rebase |
f6acac4
to
1cb76ab
Compare
Hi @imeoer @changweige , I've added auth related doc to docs/configure_nydus.md and resolved reviews above. Now is waiting the e2e framework PR to be merged and then I'll try to add an e2e test |
Thanks, this feature is helpful, I just experienced the feature locally. Otherwise, it looks good to me. |
@darfux The k8s e2e test framework has been merged |
Sorry, need another rebase 🤣. Then let's merge it first and raise another PR to add K8s e2e test |
Support cri based authentication like stargz-snapshotter (https://github.com/containerd/stargz-snapshotter/blob/main/docs/overview.md#cri-based-authentication). The proxy service uses the implementation by stargz directly. Fixes: containerd#47 Signed-off-by: Li Yuxuan <liyuxuan.darfux@bytedance.com>
1cb76ab
to
9ddfe16
Compare
Support cri based authentication like stargz-snapshotter (https://github.com/containerd/stargz-snapshotter/blob/main/docs/overview.md#cri-based-authentication). The proxy service uses the implementation by stargz directly.
Fixes: #47
Signed-off-by: Li Yuxuan liyuxuan.darfux@bytedance.com