Skip to main content

Crypto / Secrets

Capabilities

Version:
IDTitleDescription
CCC.SecMgmt.CP01Secret StorageProvides secure storage for sensitive data such as API keys, passwords, certificates, and other secrets.
CCC.SecMgmt.CP02Secret Creation - PlaintextAbility to create new secrets as basic string data for storing sensitive data such as API keys and database credentials.
CCC.SecMgmt.CP03Secret Creation - JSON ObjectsAbility to create new secrets as complex JSON objects with multiple fields for storing sensitive data.
CCC.SecMgmt.CP04Secret Creation - Binary DataAbility to create new secrets as binary data for storing certificates and private keys.
CCC.SecMgmt.CP05Update SecretsAbility to update a secret value or description after creation.
CCC.SecMgmt.CP06Soft Delete SecretsPrevent secrets from being deleted immediately. Soft deletion makes secrets inaccessible and schedules them for deletion after a recovery window.
CCC.SecMgmt.CP07Automatic Secret RotationSupports automatic rotation of secrets based on a defined schedule or triggers to enhance security.
CCC.SecMgmt.CP08Secret Replication PoliciesAllows configuration of secret replication policies to control replication of secrets, supporting compliance with data residency requirements.
CCC.SecMgmt.CP09Secure Secret RetrievalOffers a secure API and SDK access for retrieving secrets, ensuring that secrets are transmitted securely to authorized clients.