Secrets Made My Life Miserable - Consume Secrets Easily With Teller

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ก.ย. 2024

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

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

    How do you consume secrets (excluding Kubernetes)?

    • @ZoisPag
      @ZoisPag ปีที่แล้ว +3

      I use Doppler. Doppler cli can inject secrets as ENV vars exactly like Teller.

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

      github.com/helmfile/vals is pretty similar

    • @projekt95
      @projekt95 5 หลายเดือนก่อน

      I save them on a MicroSD card and gulp them down with a nice beer.
      Jokes aside, I use bitwarden secrets manager because it is less complex and has far better pricing for a very small business like mine.

  • @abessesmahi4888
    @abessesmahi4888 ปีที่แล้ว +9

    I'm interested in seeing the new way to manage DB schemas.
    Thank you so much for your efforts.

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

    Great tool thanks Victor since you are reviewing Teller for managing secrets can you please review Doppler?

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

      Adding it to my to-do list... 🙂

  • @entelin
    @entelin ปีที่แล้ว +3

    So you mean storing all your secrets in an unencrypted text file and copy/pasting everywhere isn't best practice?

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

      Yeah. That is a common practice 🙂 it's just that i sometimes go against what others are doing 😄

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

    🎉 thanks for the video, I'd also like to have a video about managing database schemas!

  • @fugazi84
    @fugazi84 ปีที่แล้ว +3

    I've always taught that it's insecure to but password in ENV in a container....

    • @edb75001
      @edb75001 ปีที่แล้ว +8

      If they retrieve access to your container, it's already too late. If it's available to your service, it's available to the intruder, no matter how you present it. Embedded, they can do a simple hex edit on the binary and extract the string value of the secret. ENV, they can pull it easily from there too. CLI flag... history will show it easily there too. Stored in memory? They simply sideload an app that will dump the memory and pull the values.
      A secrets manager helps not just manage your secrets... but it's main purpose, besides a single resource for all your secrets, is to keep it out of repos and local dev environments but still accessible to your containers.

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

      🧠

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

    He said docker containers!!!!

  • @lucasfcnunes
    @lucasfcnunes 8 หลายเดือนก่อน +1

    What do you think about vals and vals-operator?

    • @DevOpsToolkit
      @DevOpsToolkit  8 หลายเดือนก่อน +1

      I haven't used it. Judging by a quick glance it seems it's similar to external secrets operator.

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

    I have so many ideas! Thanks for sharing this.

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

    This is revolutionary!!

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

    thanks for sharing! great content as always
    keep up the good work, may I ask which country are you from?

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

      I was born in Serbia but I spent most of my life in Spain (barcelona).

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

    actually this is like another secret injector/fetcher like Vals if you use helmfile, but how if our application doesn't use env variable ? instead of using config file based on yaml file ? is it possible to do that ?

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

      If you application is running in kubernetes, ESO is my choice. Teller is mostly for everything else, not a kubernetes operator.

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

      @@DevOpsToolkit oh yeah you're right, I have read the official docs and teller just for cmd side which mean development activity