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

Поділитися
Вставка
  • Опубліковано 29 лис 2024

КОМЕНТАРІ • 25

  • @alexandrederae
    @alexandrederae 8 місяців тому +15

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

    • @TechyTacos
      @TechyTacos  8 місяців тому +3

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

  • @jhonnyramirezzeballos9106
    @jhonnyramirezzeballos9106 8 місяців тому +1

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

  • @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.

  • @InaamIlahi-n8n
    @InaamIlahi-n8n Місяць тому +1

    kamaaal

  • @jorgenamour1184
    @jorgenamour1184 7 місяців тому

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

  • @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  2 місяці тому

      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.

  • @bdoriandasilva
    @bdoriandasilva 6 місяців тому +1

    Thanks for the video!

  • @mrak4575
    @mrak4575 12 днів тому

    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  День тому

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

  • @raffs8497
    @raffs8497 3 місяці тому

    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  3 місяці тому

      Please check if any of the options available as mentioned in this video :
      ua-cam.com/video/Z4wLw33fsJI/v-deo.html
      If none of the options available and you are planning to deploy code on the Azure, then you can use Managed Identity.

  • @gkarthikraja1890
    @gkarthikraja1890 8 місяців тому +1

    Awesome

  • @ericksilva-ej3pc
    @ericksilva-ej3pc 10 місяців тому +1

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

  • @siriuseneegy4484
    @siriuseneegy4484 16 днів тому

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

    • @TechyTacos
      @TechyTacos  15 днів тому

      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.

  • @andrew-ld1jg
    @andrew-ld1jg 3 місяці тому

    Thank you!

  • @RileyKalbOfficial
    @RileyKalbOfficial 5 місяців тому

    anyone else getting SSL errors on execution?

  • @limjuroy7078
    @limjuroy7078 7 місяців тому

    Thank you so much!!!

  • @MehdiAmin
    @MehdiAmin 9 місяців тому

    Thanks.😊