notary
notary copied to clipboard
Notary is a project that allows anyone to have trust over arbitrary collections of data
It would be great if the notary client could be integrated with Hashicorp vault as a storage location for the keys. Use case: CI and CD to release docker images...
in the section **[Key Rotations](https://github.com/notaryproject/notary/blob/master/docs/best_practices.md#key-rotations)** of `Best Practices for Using Docker Notary`, it mentions that: `Currently the Root key is published as a self signed x509 certificate with an expiry...
Hi ! In the case we want to use other means to build containers (Kaniko, Buildah, etc ...) how can we sign a container using notary CLI only (not Docker...
I recently noticed "nearing expiry" warning when pulling image from one of the trusted docker repository. Delegation process was used to sign the images. i tried the below approach 1....
The Elliptic Curve signatures that Notary produces are not in [ASN.1](https://en.wikipedia.org/wiki/ASN.1) form, which leads to incompatibilities with some popular external libraries and tools such as OpenSSL (https://github.com/theupdateframework/notary/issues/1544) or AWS KMS....
This PR adds a docker-compose setup that can be utilized to have a sandbox available for playing with notary and docker content trust. resolves #1561 which was included by rebasing...
This PR extracts the pkcs11 HSM implementation from notary and replaces it with an RPC interface. New HSM implementations can now implement their own adapter independent from notary through using...
It seems the autobuild image hasnt been updated since a while. Testing the certificate gets all the certs have expired. https://hub.docker.com/r/dockersecurity/notary_autobuilds SSL-Session: Protocol : TLSv1.2 Cipher : ECDHE-RSA-AES256-GCM-SHA384 Session-ID: Session-ID-ctx:...
I've been unable to publish signed images using Docker Content Trust with the following Notary setup. `# notary version` > notary > Version: **0.5.0** > Git commit: a41821f ` #...
Hi ! I just noticed a 0.7 tag is pushed but no release has been written for it, that makes people think that the latest release was in 2018. Also,...