How would I go about viewing the metadata I’ve pushed to the Notary server? It looks like it’s stored in mariadb?
The notary list
command will retrieve and validate updates from the notary server, and display all published target names to stdout. These are the targets from notary publish
or docker push
with Docker Content Trust enabled.
On this update, your local metadata cache under the tuf
subdirectory will also be updated, if you’d like to look more in-depth at the role data for your trusted collection.
Of course, if you’d like you can poke around the internals of the tuf_files
table in the notaryserver
database, too.