yizha1 / tuf-yi

The Update Framework for OCI Registries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TUF

TUF is a project to implement the full TUF specification in a registry native way. This may require upstream TUF spec changes or extensions, as there are some differences between the registry model and common usage to other TUF use cases. This project will use existing registry extensions where available but may need its own document types in addition.

The initial version of Notary ran as an additional service on a registry, so was not available everywhere and did not create native registry artifacts. In turn this meant that moving signatures between registries was not supported. Notary also made some changes to the TUF security model, like defaulting to TOFU, which in retrospect were not a good model in a world of ephemeral cloud native hosts. It did not get widespread adoption due to these reasons and others. This project aims to build a version suitable for widespread adoption that resolves these issues.

About

The Update Framework for OCI Registries


Languages

Language:Go 95.3%Language:Makefile 4.7%