Architecture Overview
One Vault cluster (the “unsealer”) runs the Transit Secrets Engine and holds the encryption key for unsealing. Other clusters delegate their unseal operations to this central cluster:

Key Features

If the central Transit cluster becomes unavailable, all dependent Vault clusters will fail to unseal. Ensure your Transit cluster is highly available and monitored.
Configuration
To enable Transit Auto Unseal, add aseal stanza to your Vault configuration file:
addressandtokenpoint to the central Vault cluster running Transit.key_name,mount_path, andnamespaceidentify which key to use.- TLS settings ensure secure communication between clusters.