Skip to main content
This guide is for the person who deployed the Enclave appliance and completed first-boot setup. That account has access to Admin → Platform Infra to configure infrastructure. If you are an organisation owner setting up your own BYOK keys, see Key Management instead.

Why configure a platform KMS

The appliance requires a KMS to wrap the DEKs (Data Encryption Keys) that protect every uploaded file. Without an active KMS connection, the appliance cannot process file uploads.

What the KMS admin panel shows

Admin → Platform Infra → KMS is organised into three areas:
  • Connections — each KMS backend you have added (AWS KMS, Thales CipherTrust), with its status and role badges.
  • Roles — which connection performs each platform key job (see below).
  • Tenant keys — the per-organisation encryption keys provisioned on each connection.

KMS roles

A KMS connection can hold up to three distinct roles. They are independent: one connection can hold several, or you can split them across connections — for example AWS KMS for platform secrets and Thales CipherTrust for tenant workload keys at the same time.
You can keep multiple KMS connections active at the same time. Activating one connection no longer disables the others — disable a connection explicitly when you no longer need it.

AWS KMS — end to end

Step 1 — Create a Customer Managed Key in AWS KMS

  1. Sign in to the AWS Console → navigate to KMS → Customer managed keys
  2. Click Create key
  3. Configure:
  4. Add an alias (e.g. enclave-platform-cmk) and an optional description
  5. On the Key administrators step, add your IAM user or role as a key administrator (so you can manage it later)
  6. On the Key usage permissions step, leave this blank for now — you will grant access via an IAM policy in a later step
  7. Click Finish — note the Key ARN from the key detail page; you will enter this in Enclave
The CMK must be in the same AWS region where you plan to configure the connection. You can use the same CMK for both the platform KMS and the secrets encryption key.

Choose your authentication method

The appliance runs on VMware and has no EC2 instance profile. Two options are available:

Thales CipherTrust (KMIP / HYOK) — end to end

Use this option for fully on-premise or air-gapped environments with a Thales HSM.

Step 1 — Create an AES-256 key in CipherTrust Manager

  1. Log in to CipherTrust Manager as an administrator
  2. Navigate to Keys → Create Key
  3. Configure:
  4. Click Create — note the Key ID shown on the key detail page

Step 2 — Create a KMIP client identity for Enclave

  1. In CipherTrust Manager, navigate to KMIP → Client ProfilesCreate Client Profile
    • Protocol: KMIP 1.x or 2.x
    • Authentication: Certificate
  2. Under Client Certificates, click Add Client → generate or import a certificate for Enclave
  3. Export the following as PEM files:
    • Client certificate
    • Client private key
    • CA certificate (CipherTrust Manager root or intermediate chain)

Step 3 — Verify network connectivity

The appliance must reach CipherTrust Manager on TCP port 5696. From the appliance VM, verify:
A successful connection returns Connection to your-hsm-host 5696 port [tcp/*] succeeded.

Step 4 — Configure in Enclave Admin

Log in to the Enclave Admin Panel → go to Admin → Platform Infra → KMSAdd KMS Connection: Click Test Connection — a successful test confirms mutual TLS and that Enclave can reach the key. Click Save → then Activate on the connection row.

After activating

Once a KMS connection is activated:
  • The connection row shows Active status in Admin → Platform Infra → KMS
  • The appliance begins using this KMS immediately for all new file DEK wrap/unwrap operations
  • Users can now upload files
You can run more than one KMS connection active at once — activating a connection no longer disables the others. Disabling is an explicit action, and a connection cannot be disabled while it is the platform secrets provider or while any organisation still has an active key provisioned on it. Files encrypted under a key remain readable as long as that key’s connection stays configured.

Provision per-organisation workload keys

Each organisation that uses the platform KMS receives its own dedicated key rather than sharing a single platform key. This gives per-organisation isolation, revocation, and audit trails. An organisation only sees the platform KMS as an option in its Encryption Policies once you have provisioned a key for it. Go to Admin → Platform Infra → KMS → Tenant keys → Provision key, choose the connection and organisation, then either:
  • Create a new key — Enclave creates a fresh key for the organisation on the selected KMS, or
  • Use an existing key — adopt a key you already manage.
Thales CipherTrust: adopt by key name, not the KMIP UUID. On CipherTrust the key’s UUID changes on every rotation, so Enclave tracks per-organisation keys by their stable name. When adopting an existing CipherTrust key, enter the key name (for example enclave-tenant-acme) — not the UUID. The current UUID is resolved and shown automatically for reference. AWS KMS keys are identified by their stable key ID/ARN as usual.