Terminology Index

Glossary

1801 terms

Open concept maps

Showing 865-896 of 1801 terms

I
32

Image Signing

Cryptographically signing container or VM images so their integrity and origin can be verified before deployment, ensuring an image has not been tampered with and came from a trusted source.

Image signing attaches a cryptographic signature to an image so that, before running it, systems can verify it is unaltered and was produced by a trusted publisher. Combined with admission control that rejects unsigned or untrusted images, signing defends the software supply chain against tampered or substituted images. It is a key control in cloud-native deployment authorization and secure image pipelines, establishing provenance and integrity for what runs.

Introduced in: Cloud-Native Security, Cloud Workload Protection

Examples

  • Signing an image at build so its origin can be verified at deploy.
  • Rejecting an unsigned image via admission control.
  • Verifying an image's signature to confirm it was not tampered with.

No related terms linked yet.