Skip to content

Commit 5cc7d97

Browse files
authored
Merge pull request #5485 from mfojtik/signature-auto-import
Describe how to configure automatic image signature import
2 parents f6f450d + 299e475 commit 5cc7d97

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

admin_guide/image_signatures.adoc

+22
Original file line numberDiff line numberDiff line change
@@ -247,3 +247,25 @@ the `<name>` is the name of the signature. The signature name must be 32
247247
characters long. The `<cryptographic_signature>` must follow the specification
248248
documented in the
249249
link:https://github.com/containers/image/blob/master/docs/atomic-signature.md#the-cryptographic-signature[containers/image] library.
250+
251+
[[importing-signatures-from-sigstore]]
252+
=== Importing Image Signatures Automatically from Signature Stores
253+
254+
{{product-title}} can automatically import image signatures if an signature
255+
store is configured on all {{product-title}} master nodes. The configuration is
256+
located in `/etc/containers/registries.d` directory. For more details about the
257+
configuration format visit
258+
link:https://github.com/containers/image/blob/master/docs/registries.d.md[containers/image]
259+
library documentation.
260+
261+
A sample configuration that will cause image signatures to be imported
262+
automatically for all Red Hat images:
263+
264+
----
265+
docker:
266+
registry.access.redhat.com:
267+
sigstore: https://access.redhat.com/webassets/docker/content/sigstore
268+
----
269+
270+
Note that all signatures imported automatically by {{product-title}} will be
271+
"unverified" by default and will have to be verified by image administrators.

0 commit comments

Comments
 (0)