Automated secrets rotation in Azure Key Vault

Поделиться
HTML-код
  • Опубликовано: 10 дек 2024

Комментарии • 21

  • @abhinanda8880
    @abhinanda8880 3 года назад +1

    Easy to understand and helpful. Thank you

    • @prashanth4899
      @prashanth4899 Год назад

      Hi abhinanda, do you know how to rotate the keys for azure open AI?

    • @abhinanda8880
      @abhinanda8880 Год назад

      @@prashanth4899 open Ai?

    • @prashanth4899
      @prashanth4899 Год назад

      @@abhinanda8880 Yes

  • @16michellevalverde
    @16michellevalverde Год назад +2

    thanks for sharing this. Is it also applicable to auto rotation of SPN? also what will be best the runtime stack used for that?

    • @azuresecretsmanagement4926
      @azuresecretsmanagement4926  Год назад

      For Service Principal is Part 2. I created video here: ruclips.net/video/JMjwBhnCAGk/видео.html

    • @armaans64
      @armaans64 7 месяцев назад

      @@azuresecretsmanagement4926 using this, is it possible to rotate multiple SP secret

  • @arunprakash1101
    @arunprakash1101 Год назад +1

    How different are Azure workload identities from this?

    • @azuresecretsmanagement4926
      @azuresecretsmanagement4926  Год назад

      This solutions is to rotate credentials, which could include workload identities like service principal secrets.

  • @ashishkapoor3816
    @ashishkapoor3816 2 года назад +1

    This was the demo for rotation of secrets for services that uses two set of credentials like Storage Account/ Cache for Redis. Then there are services which uses one set of credentials like SQL server. Is there easy way to classify of all azure services?

    • @azuresecretsmanagement4926
      @azuresecretsmanagement4926  2 года назад

      There is no difference in general pattern. SQL supports multiple credentials, so you will have user1/pass1,user2/pass2.

  • @holivieri
    @holivieri Год назад +1

    Great video, do we need to change anything in the source code of apps that use that secret?

    • @azuresecretsmanagement4926
      @azuresecretsmanagement4926  Год назад

      All you need is to get latest in the app. There is nothing special. You can use SDK or platform with support for auto update.
      App Services(web app, function app) : Key Vault Reference feature
      AKS : Secrets CSI Driver
      VM : Can use App Configuration Service with Key Vault references

  • @swarupsamrat
    @swarupsamrat 3 года назад +1

    Hey!! What if in place of rotating keys for storage, I want to rotate the keys of event hub. How do i do it?

    • @azuresecretsmanagement4926
      @azuresecretsmanagement4926  3 года назад

      You can use that pattern to rotate any access key or password. I created template with instructions here: github.com/Azure/KeyVault-Secrets-Rotation-Template-PowerShell/blob/main/Project-Template-Instructions.md

  • @ramubhusal9398
    @ramubhusal9398 3 года назад +1

    Is there other way to achieve Auto Key/Secrets Rotation without using Azure Cache for Redis?

    • @azuresecretsmanagement4926
      @azuresecretsmanagement4926  3 года назад +1

      In this scenario we rotate Azure Cache for Redis Key and storing copy of it in Key Vault for application use. You can use provided in serverless community template to create your own rotation Function to rotate any password/key for any resource .

  • @prashanth4899
    @prashanth4899 Год назад

    Awesome Video. I wanted to auto Rotate the 2 access key of my azure Open AI service on every 1 hour schedule. Could you please guide me how can i acheive this.

    • @azuresecretsmanagement4926
      @azuresecretsmanagement4926  Год назад

      Key Vault does not scale to short-lived credentials. Also, with this frequency any issue will cause an outage. 1h frequency mostly for dynamic credentials/token based, regardless custom solution outside of Key Vault would be required.

  • @venkateshboda1473
    @venkateshboda1473 2 года назад +1

    excellent