01. Azure using Python SDK : Retrieve your secrets from Azure Key Vault

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

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

  • @alexandrederae
    @alexandrederae 9 месяцев назад +17

    If you check this video in 2024 - chances are that Azure Active Directory is now listed as Microsoft Entra ID.

    • @TechyTacos
      @TechyTacos  9 месяцев назад +3

      Yes ! I mentioned same in the Description but it is better to mention in the comment. Let me pin it.

  • @jhonnyramirezzeballos9106
    @jhonnyramirezzeballos9106 9 месяцев назад +1

    Genio gracias, me salvaste la vida. Saludos desde Bolivia🎉

  • @suhass6628
    @suhass6628 3 месяца назад

    What if the service principal has contributor access on the resource group? Will that be enough or it has to be key vault Secrets User as show in the video?

    • @TechyTacos
      @TechyTacos  3 месяца назад

      If a service principal has Contributor access on the resource group, it can manage resources within that group, including creating and managing key vaults. However, to access secrets within a key vault, the service principal needs specific permissions, such as the Key Vault Secrets User role.

  • @siriuseneegy4484
    @siriuseneegy4484 Месяц назад

    azure active directory is not in home, when i did a search its prompting to create one

    • @TechyTacos
      @TechyTacos  Месяц назад

      Azure AD was the old name. You need to search for Microsoft EntraID.

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

    how do we create a deployable code from this since we cannot save spid and key in the code

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

      That's a good question. Yes, we can't expose sensitive information if planning to deploy this in Production. Making this code deployable will require a set of steps and I can work on that and publish a video for the same. But, to secure Ids rather than retrieving from environment variables, I can store it in the key-vault itself and provide a generic name to the keys so that it can be retrieved. This is same like exposing keys in ConfigMap of Kubernetes or application.properties of Java/Springboot.

  • @raffs8497
    @raffs8497 4 месяца назад

    I don't have the access to create service principal under the subscription I am in, is there any alternative way which won't require service principal credential?

    • @TechyTacos
      @TechyTacos  4 месяца назад

      Please check if any of the options available as mentioned in this video :
      ruclips.net/video/Z4wLw33fsJI/видео.html
      If none of the options available and you are planning to deploy code on the Azure, then you can use Managed Identity.

  • @mrak4575
    @mrak4575 Месяц назад

    Bro, I need to retrive the Secret value using the SecretID, Is that possible here? what I have noticed is you get the secret Name using the secret value but thats not the use-case right? please correct me if I'm wrong here! Thanks.

    • @TechyTacos
      @TechyTacos  25 дней назад

      The use case is getting the secret value based on the secret name defined in the azure key vault.

  • @bdoriandasilva
    @bdoriandasilva 7 месяцев назад +1

    Thanks for the video!

  • @rs-tarxvfz
    @rs-tarxvfz Год назад

    Wow, I was waiting for this video on how to use Python in Jupyter notebook to do basic automations. I would love much if you can create video on How to update NSG Rules using Python.

  • @jorgenamour1184
    @jorgenamour1184 8 месяцев назад

    Thanks for this video! In my case, I was need to crate an access policy because I was "Denied Access"

  • @InaamIlahi-n8n
    @InaamIlahi-n8n 2 месяца назад +1

    kamaaal

  • @RileyKalbOfficial
    @RileyKalbOfficial 6 месяцев назад

    anyone else getting SSL errors on execution?

  • @gkarthikraja1890
    @gkarthikraja1890 9 месяцев назад +1

    Awesome

  • @ericksilva-ej3pc
    @ericksilva-ej3pc 11 месяцев назад +1

    makes Databricks, with these 3 together key vault and Azure Active Directory

  • @andrew-ld1jg
    @andrew-ld1jg 4 месяца назад

    Thank you!

  • @limjuroy7078
    @limjuroy7078 8 месяцев назад

    Thank you so much!!!

  • @MehdiAmin
    @MehdiAmin 10 месяцев назад

    Thanks.😊