From 19a88b8077e9e0b47a8b9e1625b8ccce20e5e49f Mon Sep 17 00:00:00 2001 From: Pritesh Bandi Date: Tue, 6 Jun 2023 17:00:03 -0700 Subject: [PATCH] Updating documentation with AWS Plugin support Signed-off-by: Pritesh Bandi --- README.md | 3 +-- specs/commandline/plugin.md | 7 ++++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2bbc00c9c..a00c9243e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/specs/commandline/plugin.md b/specs/commandline/plugin.md index 58aeddd4e..be34979ef 100644 --- a/specs/commandline/plugin.md +++ b/specs/commandline/plugin.md @@ -54,7 +54,7 @@ Aliases: install, add ``` -### notation plugin remove +### notation plugin remove ```text Removes a plugin @@ -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] +NAME DESCRIPTION VERSION CAPABILITIES ERROR +azure-kv Sign artifacts with keys in Azure Key Vault v0.5.0-rc.1 [SIGNATURE_GENERATOR.RAW] +com.amazonaws.signer.notation.plugin AWS Signer plugin for Notation 1.0.290 [SIGNATURE_GENERATOR.ENVELOPE SIGNATURE_VERIFIER.TRUSTED_IDENTITY SIGNATURE_VERIFIER.REVOCATION_CHECK] ```