Skip to main content

Cosign Configuration

Environment variables related to Cosign image signing and verification.

NameDescriptionRequiredType
COSIGN_PRIVATE_KEY_PATH
Filesystem path to the private key file used for signing container images.
Example: /path/to/cosign.key
true
string
COSIGN_PUBLIC_KEY_PATH
Filesystem path to the public key file used for verifying container image signatures.
Example: /path/to/cosign.pub
true
string
COSIGN_PASSWORD
Password to decrypt the Cosign private key file.
true
string