notation
notation copied to clipboard
A CLI tool to sign and verify artifacts
Things to consider * Should we use a default key or need the user to explicitly specify the key * Does signing automatically push signature to repo? Which repo? *...
Besides `notation login`, we need `username/password` options in other commands as well since the cli doesn't come with `Credentials Store` configured. The current cli spec shows only `login` command support...
- [ ] Spec the CLI command - [ ] Implement the new plugin command NOTE: This may be done as part of the updated plugin work. Related to the...
As a user, I want to add/list/update/delete (CRUD) certificates. Implementation items to complete story: - [ ] https://github.com/notaryproject/notation/issues/225 - [ ] https://github.com/notaryproject/notaryproject/issues/144
Implement notation to work with signatures in the local storage/filesystem.
Created from #93 to fix hardcoded references to "localhost" to also include 127.0.0.1. Refer one example here. https://github.com/notaryproject/notation/pull/83#discussion_r704681085 . Desired Resolution - Address all hardcoded references to "localhost" by doing...
For now, all objects in a registry are persisted with either an [oci-manifest](https://github.com/opencontainers/image-spec/blob/master/manifest.md), or an [oci-index](https://github.com/opencontainers/image-spec/blob/master/image-index.md) schema. However, [OCI Artifacts](https://github.com/opencontainers/artifacts) uses these schemas to represent other artifact types that happen...
As a signer, I want to remote sign remote artifacts stored in registries, so that the integrity of the artifacts is ensured as artifacts are pulled and promoted across environments....
This issue is created to replace a finding in #93. Refer example here . https://github.com/notaryproject/notation/pull/83#discussion_r705755110 Desired Resolution Search through all code in Notation, Notation-go, Notation-go-core and before creating a new...
This issue is created to replace a finding in #93. Refer example here . https://github.com/notaryproject/notation/pull/83#discussion_r705752817 Desired Resolution 1. Search through all code in Notation, Notation-go, Notation-go-core and redirect stderr to...