summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-08-30 11:00:30 -0400
committerGitHub <noreply@github.com>2022-08-30 11:00:30 -0400
commitb401ac2a75f36d1c32551936907b3b1df8ecb070 (patch)
treebe65076f7d2567ff57c82a07e5760d30e6780a82 /docs
parent01c76691154eb0569b76d91c673153897e2f7653 (diff)
parent68ebf13d48be39b3509601527395f8ec2d56a329 (diff)
downloadpodman-b401ac2a75f36d1c32551936907b3b1df8ecb070.tar.gz
podman-b401ac2a75f36d1c32551936907b3b1df8ecb070.tar.bz2
podman-b401ac2a75f36d1c32551936907b3b1df8ecb070.zip
Merge pull request #15533 from mtrmac/trust-4.2
podman image trust overhaul, incl. sigstore
Diffstat (limited to 'docs')
-rw-r--r--docs/source/markdown/podman-image-trust.1.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/source/markdown/podman-image-trust.1.md b/docs/source/markdown/podman-image-trust.1.md
index 4e80bdcf5..2a7da82cc 100644
--- a/docs/source/markdown/podman-image-trust.1.md
+++ b/docs/source/markdown/podman-image-trust.1.md
@@ -32,7 +32,8 @@ Trust **type** provides a way to:
Allowlist ("accept") or
Denylist ("reject") registries or
-Require signature (“signedBy”).
+Require a simple signing signature (“signedBy”),
+Require a sigstore signature ("sigstoreSigned").
Trust may be updated using the command **podman image trust set** for an existing trust scope.
@@ -45,12 +46,14 @@ Trust may be updated using the command **podman image trust set** for an existin
#### **--pubkeysfile**, **-f**=*KEY1*
A path to an exported public key on the local system. Key paths
will be referenced in policy.json. Any path to a file may be used but locating the file in **/etc/pki/containers** is recommended. Options may be used multiple times to
- require an image be signed by multiple keys. The **--pubkeysfile** option is required for the **signedBy** type.
+ require an image be signed by multiple keys. The **--pubkeysfile** option is required for the **signedBy** and **sigstoreSigned** types.
#### **--type**, **-t**=*value*
The trust type for this policy entry.
Accepted values:
- **signedBy** (default): Require signatures with corresponding list of
+ **signedBy** (default): Require simple signing signatures with corresponding list of
+ public keys
+ **sigstoreSigned**: Require sigstore signatures with corresponding list of
public keys
**accept**: do not require any signatures for this
registry scope