Azure DevOps Workload Identity Federation with Azure Overview. NO MORE SECRETS!

Sdílet
Vložit
  • čas přidán 23. 07. 2024
  • Getting rid of secrets when our Azure DevOps pipelines need to talk to Azure!
    🔎 Looking for content on a particular topic? Search the channel. If I have something it will be there!
    ▬▬▬▬▬▬ C H A P T E R S ⏰ ▬▬▬▬▬▬
    00:00 - Introduction
    00:08 - Cross service authentication
    01:25 - Using a secret
    05:11 - ODIC federation
    06:02 - OIDC
    07:48 - Service connection using workload identity federation
    11:36 - The token flow
    16:15 - Creating a new service connection
    17:11 - Converting an existing
    18:02 - Using a managed identity
    20:19 - Summary
    ▬▬▬▬▬▬ K E Y L I N K S 🔗 ▬▬▬▬▬▬
    ► Whiteboard:
    🔗 github.com/johnthebrit/Random...
    ▬▬▬▬▬▬ Want to learn more? 🚀 ▬▬▬▬▬▬
    📖 Recommended Learning Path for Azure
    🔗 learn.onboardtoazure.com
    🥇 Certification Content Repository
    🔗 github.com/johnthebrit/Certif...
    📅 Weekly Azure Update
    🔗 • Azure Infrastructure U...
    ☁ Azure Master Class
    🔗 • Microsoft Azure Master...
    ⚙ DevOps Master Class
    🔗 • DevOps Master Class
    💻 PowerShell Master Class
    🔗 • PowerShell Master Class
    🎓 Certification Cram Videos
    🔗 • Microsoft Certificatio...
    🧠 Mentoring Content
    🔗 • Virtual Mentoring
    ❔ Questions? Maybe I answered it in my FAQ
    🔗 savilltech.com/faq
    👕 Cure Childhood Cancer Charity T-Shirt Channel Store
    🔗 johns-t-shirts-store.creator-...
    👂 Enable the subtitles and from there you can translate to your native language via the auto-translate feature in settings! • CZcams Captions and A... for a demo of using this feature.
    SUBSCRIBE ✅ / @ntfaqguy
    #microsoft #azure #johnsavillstechnicaltraining

Komentáře • 21

  • @NTFAQGuy
    @NTFAQGuy  Před 4 měsíci +4

    Get rid of those pesky secrets for our ADO service connections with workload identity federation! Please make sure to read the description for the chapters and key information about this video and others.
    ⚠ P L E A S E N O T E ⚠
    🔎 If you are looking for content on a particular topic search the channel. If I have something it will be there!
    🕰 I don't discuss future content nor take requests for future content so please don't ask 😇
    🤔 Due to the channel growth and number of people wanting help I no longer can answer or even read questions and they will just stay in the moderation queue never to be seen so please post questions to other sites like Reddit, Microsoft Community Hub etc.
    👂 Translate the captions to your native language via the auto-translate feature in settings! czcams.com/video/v5b53-PgEmI/video.html for a demo of using this feature.
    Thanks for watching!
    🤙

  • @catalystred
    @catalystred Před měsícem +1

    Just adding this note for anyone in the future. If you use the Workload Identity Federation (manual) option, you need to grant the permission "Microsoft.Resources/subscriptions/read" at the subscription level to the Managed Identity. Azure DevOps will give an error stating as much when you try to save the Service Connection.

  • @va55ag0
    @va55ag0 Před 4 měsíci +2

    Been waiting for this feature for so long! Thanks for the great deep dive explanation of how this all works 😊

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

    Thank you for this videos.
    Now it is more clear :)

  • @Dikimkd
    @Dikimkd Před 4 měsíci +1

    Excellent video. Clearly explained and very fun to watch!

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

    Great video, John! Thank you ☁️

  • @AzureCloudCowboy
    @AzureCloudCowboy Před 4 měsíci +1

    Hey John. Thanks good video.

  • @NZScottie
    @NZScottie Před 4 měsíci +1

    I created my first one of these late last year. Now that you have made a video on it I will covert all my production ones to it. Haha. Seriously awesome not have expiring secrets.

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

    You are great what an easy explanation
    of openid and oauth and how workload identity is utilising it. Thanks

  • @soucianceeqdamrashti8175
    @soucianceeqdamrashti8175 Před 2 měsíci

    Excellent presentation as always! Learned a lot!

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

    Great video!

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

    Hi John, great overview. I've already been working on writing new pipelines using workload identity. Besides the differences you outlined in the video, do you have any preferences for using managed identity vs. service principal for the service connnection?

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

      Been using service principals (app registration) primarily.