Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.4 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.4 KB

Registry auth

GitHub Workflow Status go.dev reference built with nix

Authentication library implementing the Docker Registry v2 Auth specification.

Warning

Project is under development. Backwards compatibility is not guaranteed.

Installation

go get github.com/portward/registry-auth

Usage

This project is a library that you can use to build your own authorization service for a container registry.

To see it in action, check out https://github.com/portward/portward.

Development

For an optimal developer experience, it is recommended to install Nix and direnv.

Run tests:

just test

Run linter:

just lint

License

The project is licensed under the MIT License.