-
Notifications
You must be signed in to change notification settings - Fork 6
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
use user credentials for pulling images #327
Conversation
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.
Looks great and seems to work fine! 🎉 Really happy to see the need for gitlab root access go away.
Could you redeploy this PR with anonymous sessions enabled just to make sure this works too?
2ffd403
to
2aaed8e
Compare
2aaed8e
to
6e6e9f8
Compare
Did this on rok2.dev.renku.ch - seems to work |
Cool - let's merge this! Do you create an issue for the cleanup part? |
follow-up: #333 |
This PR does away with the need for admin access to the gitlab instance that backs the renku deployment by using the oauth2 token of the user launching the environment to authenticate with the image registry.
closes #105
this is running currently on rok2.dev.renku.ch.