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.