Skip to content

Commit

Permalink
fix: Updating documentation with AWS Plugin support (notaryproject#711)
Browse files Browse the repository at this point in the history
Updating documentation with AWS Plugin support

Signed-off-by: Pritesh Bandi <[email protected]>
  • Loading branch information
priteshbandi authored Jun 7, 2023
1 parent 0384468 commit c9d3997
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ Notation is a CLI project to add signatures as standard items in the registry ec
## Documents

- [Quick start: Sign and validate a container image](https://notaryproject.dev/docs/quickstart/)
- [Build, sign, and verify container images using Notary and Azure Key Vault](https://docs.microsoft.com/azure/container-registry/container-registry-tutorial-sign-build-push?wt.mc_id=azurelearn_inproduct_oss_notaryproject)

- Build, sign, and verify container images using Notation with [Azure Key Vault](https://docs.microsoft.com/azure/container-registry/container-registry-tutorial-sign-build-push?wt.mc_id=azurelearn_inproduct_oss_notaryproject) or [AWS Signer](https://docs.aws.amazon.com/signer/latest/developerguide/container-workflow.html)
## Community

### Development and Contributing
Expand Down
7 changes: 4 additions & 3 deletions specs/commandline/plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Aliases:
install, add
```

### notation plugin remove
### notation plugin remove

```text
Removes a plugin
Expand Down Expand Up @@ -98,6 +98,7 @@ Upon successful execution, a list of plugins are printed out with information of
An example of output from `notation plugin list`:

```text
NAME DESCRIPTION VERSION CAPABILITIES ERROR
azure-kv Sign artifacts with keys in Azure Key Vault v0.5.0-rc.1 [SIGNATURE_GENERATOR.RAW] <nil>
NAME DESCRIPTION VERSION CAPABILITIES ERROR
azure-kv Sign artifacts with keys in Azure Key Vault v0.5.0-rc.1 [SIGNATURE_GENERATOR.RAW] <nil>
com.amazonaws.signer.notation.plugin AWS Signer plugin for Notation 1.0.290 [SIGNATURE_GENERATOR.ENVELOPE SIGNATURE_VERIFIER.TRUSTED_IDENTITY SIGNATURE_VERIFIER.REVOCATION_CHECK] <nil>
```

0 comments on commit c9d3997

Please sign in to comment.