Azure Container Apps Secrets Explained

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

КОМЕНТАРІ • 8

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

    thank you so much for this

  • @SnickersPlayaS
    @SnickersPlayaS 4 місяці тому

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

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

  • @Steve3dot1416
    @Steve3dot1416 Рік тому +1

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

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

  • @pranayamr
    @pranayamr Рік тому

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

  • @uniq-vlog
    @uniq-vlog 10 місяців тому

    Request for demo ACA with key vault