Syncly's Enterprise Key Management feature enables customers to leverage their own master encryption keys securely stored within their own Azure account. Customers have the autonomy to perform key rotation, revocation, and disablement directly from their end, giving them complete control.
At a high level, it involves a two-step process:
- Setting up KeyVault in the customer's Azure environment.
Establishing trust between the customer's KeyVault and the Syncly Platform.
Steps to Set Up KeyVault in Customer's Azure Environment
Create an Azure KeyVault and give it a name that will help you identify it later such as "synclycmek."
- Choose a location that is suited to your firms information security policies
- Click on "Next" and select "Azure role-based access control" as the permission model.
- Proceed to the next step with the default networking settings.
- Click on "Next" and then select "Create" to provision the KeyVault.
- Navigate to the KeyVault Overview Tab and gather the following information:
- Vault URI
- Directory ID
In the KeyVault, go to the "Keys" tab on the left and click on the "Generate/Import" button.
- Enter the name of the key as "SynclyKEK" and click on "Create Key" to complete the process.
Establishing trust between the customer's KeyVault and the Syncly Platform.
Follow the steps below to establish trust between the Syncly App and the recently created KeyVault. Please note that Azure Administrative access is required to perform these steps.
- Open PowerShell and log in to your Azure account, ensuring that you log in to the same Azure Tenant. After logging in, execute the following command:
- az ad sp create --id c6c76ff4-f3d2-4c79-82e5-4ee49f87f435
- az ad sp create --id c6c76ff4-f3d2-4c79-82e5-4ee49f87f435
In your Azure KeyVault, go to the "Access control (IAM)" tab and click on "Add role assignment."
Assign the "Key Vault Crypto User" role to the "Syncly CMEK" service principal.
Click Next, then select Members. Search for Syncly CMEK, and select it.
- Next, click "Review + assign" .
Setup completed.
Please provide the following information to Syncly, which can be found in KeyVault's Overview Tab.
- Your Azure Tenant ID / Directory ID of the KeyVault.
- Your KeyVault Name & URL
Comments
0 comments
Article is closed for comments.