-
Notifications
You must be signed in to change notification settings - Fork 4
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
Set up Authorization tokens for CI #3
Comments
The fastest path to having something usable soon might be to do static users defined in the https://github.com/cesanta/docker_auth/blob/main/examples/simple.yml We couldn't put that in git, but we could do it on the server. This might let us get this into production within the week vs waiting on a perfect solution. Thoughts? cc @manekenpix, @Kevan-Y for thoughts. |
@humphd 👍 |
@humphd That would be a simple way, and maybe the best way for now for CI pipeline.
Seems like user have to go to browser to login, that what I understand, not sure if I misunderstand that. |
I propose that we modify our |
Before we can start officially using our registry, we must set up authorization tokens for our CI pipeline.
https://github.com/cesanta/docker_auth/blob/main/examples/reference.yml#L122-L163
The text was updated successfully, but these errors were encountered: