1
0
mirror of https://github.com/lfkeitel/docker-registry-auth.git synced 2025-09-11 11:30:43 +03:00

3 Commits

Author SHA1 Message Date
Lee Keitel
8d2535d179 First working server
All permissions are honored, hashed passwords can be used,
everything works and most of it is tested.
2017-03-15 16:36:45 -05:00
Lee Keitel
464965edba Created a functioning auth server, currently allows all requests
I removed the web token library as I felt it was rediculious to have
a fairly large library for such small usage. Also, I couldn't
figure out how to manually edit the header to add the kid field.

Likewise, I removed the UUID library and implemented the needed code
to generate a v4 UUID.

Docker is happy with the responses, however the server doesn't
actually do any authentication at the moment. It will allow
whatever the client asks for. It doesn't even check for passwords.
2017-03-14 22:22:56 -05:00
Lee Keitel
69a7c4698a Initial Commit 2017-03-14 16:32:20 -05:00