How can I unlock an AIX encrypted volume with a key stored on Azure Key Vault?

Matthew Nakama 0 Reputation points
2024-09-13T15:54:50.0033333+00:00

Hello, I'd like to know if it's possible to manage AIX (and IBMi) encryption keys via Azure Key Vault. Is it possible with AIX hdcryptmgr or keysvrmgr? I'm having trouble finding documentation on how to do this. I did find linux documentation, but it just says that Azure will handle it automatically, without any info on how one would configure dm-crypt to query the keys from Key Vault.

Azure Disk Encryption
Azure Disk Encryption
An Azure service for virtual machines (VMs) that helps address organizational security and compliance requirements by encrypting the VM boot and data disks with keys and policies that are controlled in Azure Key Vault.
173 questions
{count} votes

1 answer

Sort by: Most helpful
  1. hossein jalilian 6,520 Reputation points
    2024-09-13T16:33:45.32+00:00

    Hello Matthew Nakama,

    Thanks for posting your question in the Microsoft Q&A forum.

    You would need to:

    1. Develop a custom application or script that can authenticate to Azure Key Vault using appropriate credentials and retrieve keys from Azure Key Vault, and pass those keys to the AIX or IBM i encryption tools.
    2. Ensure secure communication between your on-premises systems and Azure Key Vault, likely involving VPN or ExpressRoute connections.
    3. Implement proper key rotation and management practices that work with both Azure Key Vault and your AIX/IBM i systems.

    Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.