Azure Container Apps Secrets Explained

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ก.ค. 2024
  • You should secrets to store all the sensitive information of the app, like connection strings and keys.
    In this video, we are going to explore how secrets work Azure Container Apps!
    00:00 Intro
    00:33 Intro - Comparison
    02:43 Intro - Few things to keep in mind
    03:34 Demo - Deploy an app with secrets
    07:01 Demo - Restart after changing a secret
    08:31 Demo - Reusing Secrets
    10:51 Demo - Reading through Console
    11:41 ARM Templates
    Source Repo - github.com/KamalRathnayake/Me...
    Meet Kamal Today
    Kamal Rathnayake

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

  • @celkoken
    @celkoken 4 หลายเดือนก่อน

    thank you so much for this

  • @SnickersPlayaS
    @SnickersPlayaS 8 วันที่ผ่านมา

    I've got a setup with secret retrieval from KV using href, works when KV ingress is public however without having KV open to public it fails to setup complaining its unable to fetch the secret. I've whitelisted the container apps environment IP and allowed it access to KV using user-assigned managed identity. Do you know what the problem could be/what im missing?
    Thank you.

  • @MCchaosbrodog
    @MCchaosbrodog 19 วันที่ผ่านมา

    and when i update my secret in key vault how to apply that change to container app, it still reads the old secret

  • @uniq-vlog
    @uniq-vlog 5 หลายเดือนก่อน

    Request for demo ACA with key vault

  • @pranayamr
    @pranayamr 11 หลายเดือนก่อน

    What about Application Configurations , that can also help, can we use it ?

  • @Steve3dot1416
    @Steve3dot1416 9 หลายเดือนก่อน

    Excelent serie. But anyone who can access the shell of the container can see the secret, a production password for example. Is there any way to get the secret dynamicaly from within the code only?

    • @AskarKopbayev
      @AskarKopbayev 7 หลายเดือนก่อน

      use google distroless images for your containers. they don't have shell.