Use Azure Managed Identities and Azure Key Vault to Protect Your .NET API Secrets!

Sdílet
Vložit
  • čas přidán 25. 08. 2024

Komentáře • 22

  • @IsraelQuiroz
    @IsraelQuiroz  Před rokem +1

    What other suggestions do you guys have for developers that use their Appsettings file in case Azure services are not an option?

    • @user-ni2hf8gt2w
      @user-ni2hf8gt2w Před 11 měsíci

      Nice tutorial, Could you please do a demo with UMI(User Managed Identity) too?

  • @FraggingSickness
    @FraggingSickness Před 7 měsíci

    You are a LEGEND.
    Have been struggling with getting this to work and by watching your guides I can finaly safely publish my project to Azure!
    Thanks man!

    • @IsraelQuiroz
      @IsraelQuiroz  Před 7 měsíci

      Your so welcome! and thank u so much for the comment!! :)
      im happy u can finally publish your project with confidence!

  • @MrMattberry1
    @MrMattberry1 Před 3 měsíci

    Brilliant thanks

  • @oscargonzalez9391
    @oscargonzalez9391 Před 11 měsíci

    The best explanation of azure key vault I've seen. Just what I was looking for.👍

    • @IsraelQuiroz
      @IsraelQuiroz  Před 11 měsíci

      Thank you 😊 I appreciate the love!

  • @holgi1505
    @holgi1505 Před rokem +3

    In the Middleware "AddAzureKeyVault" the Parameter "DefaultKeyVaultSecretManager" expect use the NuGetPackage "Microsoft.Extensions.Configuration.AzureKeyVault". But this is outdated. Any ideas how to get the needed TokenCredentials?

    • @IsraelQuiroz
      @IsraelQuiroz  Před rokem +1

      Azure.Extensions.AspNetCore.Configuration.Secrets i believe this is what it says on Nuget.org is the replacement, sorry about that :)
      github.com/aspnet/Announcements/issues/408

  • @athara125
    @athara125 Před rokem

    Good information bro. Really well explained.

  • @chithiravelupothirajan9974
    @chithiravelupothirajan9974 Před 8 měsíci

    Hi Israel Quiroz, Thanks for this wonderful video. Very informative. I have a question in your tutorial, where you are creating an object of KeyVaultClient. But I dont see it is being used further down in the code. I would appreciate if you could explain that. Also, have you uploaded this code in any repo and shared it?

  • @pt_trainer9244
    @pt_trainer9244 Před 4 měsíci

    Thanks, but what would I do if I plan to have a VPS for my web app instead of running in on an App Service?
    Is there something else I could use in this case?

  • @mustafaaltnok3250
    @mustafaaltnok3250 Před rokem

    Thank you for the video. What about key vault-aks integration?

    • @IsraelQuiroz
      @IsraelQuiroz  Před rokem

      im not sure what you are asking, but this is my video on KV! :) hope it helps!
      czcams.com/video/ZXfuxisC0IA/video.html

  • @user-ni2hf8gt2w
    @user-ni2hf8gt2w Před 11 měsíci

    Nice tutorial, Could you please do a demo with UMI(User Managed Identity) too?

    • @IsraelQuiroz
      @IsraelQuiroz  Před 11 měsíci

      I'll make a note of it and investigate, because i haven't used them! :)

  • @amandawinchester8756
    @amandawinchester8756 Před 11 měsíci

    Es posible probar desde el local la key vault sin publicar la API ?

    • @IsraelQuiroz
      @IsraelQuiroz  Před 11 měsíci +1

      umm se que hay unas maneras viejas pero maneras faciles especialmente como aquí estoy usando managed identities, no estoy muy seguro creo que si pero yo nunca lo e hecho, cuando quiero probar si funciona hago una versión super barata para probar primero, y luego la versión profesional para el cliente

    • @amandawinchester8756
      @amandawinchester8756 Před 11 měsíci

      @@IsraelQuiroz Gracias!