How the Secret Rotation works in Azure Key Vault?

Roopan P M 100 Reputation points
2023-11-15T07:58:32.2033333+00:00
  1. How to rotate the secret in Azure Key Vault?
  2. If we need to enable the auto rotation secret, how to achieve that?
  3. We are using Azure SDK for GO, Is there any possibility of enabling the auto rotation of secret similar to AWS?

Please help on above queires.

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,283 questions
{count} votes

1 answer

Sort by: Most helpful
  1. TP 94,306 Reputation points
    2023-11-15T10:11:08.5166667+00:00

    Hi Roopan,

    There is no auto rotation for secrets in Azure Key Vault.

    If you want functionality similar to AWS Secrets Manager, you could set up an Azure Automation/Azure Function that would rotate secrets on a schedule, just like Secrets Manager uses Lambda function for same purpose.

    Please click Accept Answer and upvote if above was useful.

    Thanks.

    -TP


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.