Infisical KMS integrates with Sigstore Cosign through the sigstore-kms-infisical plugin, enabling you to sign and verify container images and artifacts using keys managed in Infisical.Documentation Index
Fetch the complete documentation index at: https://infisical.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
KMS Plugin Capabilities
| Capability | Supported |
|---|---|
| DefaultAlgorithm | RSA_4096 |
| SupportedAlgorithms | RSA_4096, ECC_NIST_P256 |
| CreateKey | ✅ |
| PublicKey | ✅ |
| SignMessage | ✅ |
| VerifyMessage | ✅ |
Setup
Install the Plugin
For the Sigstore library to invoke the plugin, the binary must be in your system’s
PATH.Configure Environment Variables
The plugin uses environment variables for authentication. Currently only Machine Identity Universal Auth is supported.Set the following environment variables:
For self-hosted Infisical instances, set
INFISICAL_SITE_URL to your instance’s URL.