-
Notifications
You must be signed in to change notification settings - Fork 892
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
Move away from AuthService #2469
Comments
Thanks @kimwnasptd, I have some questions and comments.
|
Yes, we'll just mirror the images. No further support for bugfixes on the actual component. |
…estswg Use the kubeflow manifests WG mirrored container images for pulling oidc-authservice. Part of kubeflow#2469
…estswg Use the kubeflow manifests WG mirrored container images for pulling oidc-authservice. Part of kubeflow#2469
…estswg Use the kubeflow manifests WG mirrored container images for pulling oidc-authservice. Part of kubeflow#2469
@kimwnasptd we are using Kubeflow 1.7 that is using oidc-authservice. Currently we cannot pull docker pull gcr.io/arrikto/kubeflow/oidc-authservice:e236439
Error response from daemon: unauthorized: You don't have the needed permissions to perform this operation, and you may have invalid credentials. To authenticate your request, follow the steps in: https://cloud.google.com/container-registry/docs/advanced-authentication |
If you switch to Kubeflow 1.8.1 you will have a working oidc-authservice image. The registries switched. But I strongly recommend 1.9 where we removed it altogether and switched to oauth2-proxy. |
But this is just a workaround. Please Upgrade to Kubeflow 1.8.1/1.9 |
My current understanding is that the
gcr.io/arrikto
oci registry will be taken down at some point*.I can think of the following moving pieces for this process:
From my current understanding there won't be any migration of the image from the side of the AuthService project.
The first information that we need is for how long will he
gcr.io/arrikto
registry be up. After we have this we can have more concrete next steps. Hopefully I'll have some more news on this relatively soon*.The way that I think this play out though is that we'll need to mirror images in the Kubeflow project and do patches on some* KF installations so that the mirrored image will be used instead. And of course moving away in KF 1.8 either way.
cc @kubeflow/wg-manifests-leads @DnPlas @annajung @jbottum
The text was updated successfully, but these errors were encountered: