0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2024-12-30 22:34:13 -05:00
zot/test/blackbox
Andreea Lupu d5065513f5
feat: add support for oci1.1 cosign signatures(using referrers) (#1963)
- Cosign supports 2 types of signature formats:

	1. Using tag -> each new signature of the same manifest is
	added as a new layer of the signature manifest having that
	specific tag("{alghoritm}-{digest_of_signed_manifest}.sig")

	2. Using referrers -> each new signature of the same manifest is
	added as a new manifest

- For adding these cosign signature to metadb, we reserved index 0 of the
list of cosign signatures for tag-based signatures. When a new tag-based
signature is added for the same manifest, the element on first position
in its list of cosign signatures(in metadb) will be updated/overwritten.
When a new cosign signature(using referrers) will be added for the same
manifest this new signature will be appended to the list of cosign
signatures.

Signed-off-by: Andreea-Lupu <andreealupu1470@yahoo.com>
2023-11-06 14:09:39 -08:00
..
annotations.bats feat: add support for oci1.1 cosign signatures(using referrers) (#1963) 2023-11-06 14:09:39 -08:00
anonymous_policy.bats fix: metrics endpoint must be secured behind authN (#1864) 2023-10-02 16:37:21 +03:00
cloud_only.bats refactor(metadb): improve UX by speeding up metadb serialize/deserialize (#1842) 2023-10-30 13:06:04 -07:00
cve.bats refactor(cli): remove old cli commands (#1756) 2023-09-08 15:12:47 +03:00
delete_images.bats refactor(makefile): consolidate the make targets used for bats tests (#1746) 2023-09-07 21:06:21 +03:00
detect_manifest_collision.bats fix: metrics endpoint must be secured behind authN (#1864) 2023-10-02 16:37:21 +03:00
garbage_collect.bats feat(retention): added image retention policies (#1866) 2023-11-01 09:16:18 -07:00
helpers_cloud.bash fix: bats test refactoring (#1731) 2023-08-30 12:24:28 -07:00
helpers_metrics.bash fix: metrics should be protected behind authZ (#1895) 2023-10-20 10:33:26 +03:00
helpers_scrub.bash fix: bats test refactoring (#1731) 2023-08-30 12:24:28 -07:00
helpers_wait.bash fix: bats test refactoring (#1731) 2023-08-30 12:24:28 -07:00
helpers_zot.bash fix(nightly): increase nightly delays and timeouts (#1877) 2023-10-12 16:42:07 +03:00
metadata.bats fix: metrics endpoint must be secured behind authN (#1864) 2023-10-02 16:37:21 +03:00
metrics.bats fix: metrics should be protected behind authZ (#1895) 2023-10-20 10:33:26 +03:00
metrics_minimal.bats fix: metrics should be protected behind authZ (#1895) 2023-10-20 10:33:26 +03:00
pushpull.bats fix(api): Fix 'last' query param for <repo>/tags/list to work without param 'n' (#1777) 2023-09-08 19:46:17 +03:00
pushpull_authn.bats fix: metrics endpoint must be secured behind authN (#1864) 2023-10-02 16:37:21 +03:00
pushpull_running_dedupe.bats fix(nightly): increase nightly delays and timeouts (#1877) 2023-10-12 16:42:07 +03:00
referrers.bats refactor(makefile): consolidate the make targets used for bats tests (#1746) 2023-09-07 21:06:21 +03:00
restore_s3_blobs.bats fix(nightly): increase nightly delays and timeouts (#1877) 2023-10-12 16:42:07 +03:00
scrub.bats refactor(makefile): consolidate the make targets used for bats tests (#1746) 2023-09-07 21:06:21 +03:00
sync.bats fix: add support for uploaded index when signing using notation (#1882) 2023-10-12 18:45:20 -07:00
sync_docker.bats fix(sync): ping func should not try to read response body (#1757) 2023-09-13 20:00:51 +03:00
sync_harness.bats refactor(makefile): consolidate the make targets used for bats tests (#1746) 2023-09-07 21:06:21 +03:00
sync_replica_cluster.bats refactor(makefile): consolidate the make targets used for bats tests (#1746) 2023-09-07 21:06:21 +03:00