Azure Key Vault - Get Secrets using Postman (REST API)

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ธ.ค. 2024

ความคิดเห็น • 13

  • @AniScapeview
    @AniScapeview 4 ปีที่แล้ว +1

    Thank you so much! Was able to get it working after seeing this video. Very helpful :)

  • @RaviTejabhishek
    @RaviTejabhishek 2 ปีที่แล้ว +1

    Thank you for this. Helped me a lot!

  • @mana-times
    @mana-times 3 ปีที่แล้ว +1

    Thank you. Important information

  • @sidharthvaikunthe
    @sidharthvaikunthe 4 ปีที่แล้ว

    Thank you so much. Now i need to get the same thing done in .NET 4.0 application. Upgrading the application .netframework is not an option. So using Azure Key Vault SDK is not possible as it is not compatible for .NET 4.0. Could you please me help me with any articles where i can achieve this in .NET 4.0

  • @krishnakumar5203
    @krishnakumar5203 2 ปีที่แล้ว +1

    when i try to access the Keyvault secret it is telling to have OBO (on behalf of) flow , can info on this sir , pls help.

    • @raaviblog105
      @raaviblog105  2 ปีที่แล้ว

      Can you share some more info to help you. Are u getting this issue in postman? Share your query which you are trying.

  • @amithalder6321
    @amithalder6321 5 ปีที่แล้ว +1

    what is the clientId and clientSecret in key vault? from where I get the value of those ?

    • @raaviblog105
      @raaviblog105  5 ปีที่แล้ว

      ClientId is the Application Id of the Service Principal and the secret created for it. This Service principal should be given access to the Kay Vault and also it should be added to Access policy. You can see this video to create Service Principal and assigning role. - th-cam.com/video/Hg-YsUITnck/w-d-xo.html

    • @raaviblog105
      @raaviblog105  5 ปีที่แล้ว

      You can check this article for more details- raaviblog.com/how-to-get-access-to-the-secrets-saved-in-azure-key-vault-using-rest-api-with-postman/

  • @raman2192
    @raman2192 4 ปีที่แล้ว

    Thanks for this video, this is really useful @Raaviblog.
    Can you please help with writing the key and values to Azure KeyVault?

  • @ashokm6280
    @ashokm6280 ปีที่แล้ว

    how to do this with azure APIM

    • @raaviblog105
      @raaviblog105  ปีที่แล้ว

      Do you mean how to access azure APIM using POSTMAN or how to access key vault from APIM??

  • @karikalan-io4ke
    @karikalan-io4ke 5 หลายเดือนก่อน

    hi