moooofly/harborctl

[NOTE] Notes on "GET /repositories/{repo_name}/signatures" API

moooofly opened this issue · 0 comments

as swagger file shows

This endpoint aims to retrieve signature information of a repository, the data is from the nested notary instance of Harbor.If the repository does not have any signature information in notary, this API will return an empty list with response code 200, instead of 404.

in my test env without notary installation, it triggers "500 internal error" not as above

image

image