Admin › Settings › Encryption

KMS Providers
| Provider | Description |
|---|---|
| Local (Fernet) | Built-in Fernet encryption based on WEBUI_SECRET_KEY. No external dependency |
Switching providers does not automatically migrate existing data. Legacy ciphertext continues to decrypt via fallback, so nothing breaks immediately, but run the migration below to unify everything under the new provider.
Migrating Existing Data
Running Migrate existing data re-encrypts all legacy ciphertext with the currently configured provider.- Targets: Config secrets · DbSphere connections · tool connection keys · license tokens
- Idempotent, so it is safe to re-run.
Audit Log · Integrity Check
Every KMSwrap, unwrap, rotate, and health-check operation is recorded in a tamper-evident hash chain. Tampering with a past entry breaks the chain at verification time.
| Action | Description |
|---|---|
| Integrity check | Verify the integrity of the audit log hash chain |
| Connection test | Check the current KMS provider connection status |
