-
Notifications
You must be signed in to change notification settings - Fork 17
rkt pull credential support #37
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
Comments
This might be easiest and fastest to do, but there are two problems:
I had an idea of writing the
I'm uneasy about exposing whole configuration over API service, but I think that exposing some parts of it would be OK. Of course, the question then would be about the general safety of it (like "can anyone ask the API service about the credentials?"). |
It seems like the |
@krnowak Mind filing a feature issue for |
PR xref rkt/rkt#2405 |
I everything done for this? |
Yep. All done. |
Actually, forgot I didn't merge it yet. Will do so tomorrow then re-close this. |
quayctl should be able to pull from private registries configured for rkt. It already knows how to find and read .dockercfg files. The configuration for rkt also comes from files on disk. And there is a Go library that does this: https://godoc.org/github.com/coreos/rkt/rkt/config#GetConfig
There are two paths:
For expediency I feel like quayctl should do number 1 and perhaps file an issue to do number 3. What do you think @alban and @jonboulle.
The text was updated successfully, but these errors were encountered: