Getting started with HashiCorp Vault

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

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

  • @thandekazulu7172
    @thandekazulu7172 5 วันที่ผ่านมา

    Thanks a lot for this video. Please do continue to make such AMAZING videos.

  • @kay1C
    @kay1C 26 วันที่ผ่านมา

    Thank you for the simple tutorial on windows i had to install vault client binary using chocolatey, and i had to set the environment variable to ip 127.0.0.1 and expose port 8200 since the container ip is within a vm basically and not visible to the host, and everything is working great!

    • @stevebuonincontri6853
      @stevebuonincontri6853 6 วันที่ผ่านมา

      let e try that expose - I saw that in the doc.

    • @stevebuonincontri6853
      @stevebuonincontri6853 6 วันที่ผ่านมา

      so what u are saying is instead of 172.17.0.2 you used 127.0.0.1?

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

    Great! Enough information and simplicity for a good introduction to the topic

  • @JoseMendez-kq2wy
    @JoseMendez-kq2wy ปีที่แล้ว +1

    I love this simple demo and I learned something here. Thank you.

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

    thanks and this looks like a quick and easy way to get started in a dev environment. there needs to some better setup for production though.

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

    Great place to start, for me. Thank you.

  • @default_youtube_profile
    @default_youtube_profile 10 หลายเดือนก่อน

    Absolutely Brilliant

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

    That intro is LIT!

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

    Great video, brother. Thanks a lot.

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

    Cool, thanks for so detailed guide

  • @fernandoliborio1226
    @fernandoliborio1226 2 ปีที่แล้ว

    Great work man! Thanks for share!

  • @daluwang
    @daluwang 2 ปีที่แล้ว

    very clear presentation. Thanks

  • @hectormanuel8944
    @hectormanuel8944 2 ปีที่แล้ว

    nice and simple, thanks for the content

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

    Awesome

  • @sergiimarchuk6405
    @sergiimarchuk6405 2 ปีที่แล้ว

    Thank you

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

    In python script we are passing the token in plain text, how it is useful, we just replaced one password with another. :)

    • @alvaro6917
      @alvaro6917 2 ปีที่แล้ว

      I also noticed that… any idea of how to avoid it??

    • @richard1598
      @richard1598 2 ปีที่แล้ว

      The token must be unlocked before. This seems already like a security benefit. You can revoke it any time and see who used the credential.

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

    why is no one explaining the cloud version?

  • @radonspace2098
    @radonspace2098 2 ปีที่แล้ว

    Hello Tobi, I'm following your tutorials and i got the point of determining the IP address. I have forwarded the port to 8200 but i get the "This site can't be reached" message. Any suggestion? Tried Chrome and Safari browsers.

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

      Hello Radon Space,
      I would make sure to double check the following:
      - is there a firewall in place that make cause the problem? If so, try turning it off.
      - make sure your docker container is running and happy (docker ps)
      - double check the ip address you are using
      Maybe you can post the exact command you are suing to start your container? The order of the flags/parameters is important.

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

      @@tobisdevelopercorner1190 Thanks for the response Tobi. I figured it out. Needed the port forwarding to be -p8200:8200 and not the -p80:8200 I had earlier tried. This seems to be the case on my MacBook Pro but not on my Linux (Ubuntu 20.04) Machine. Thanks once again.

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

      @@radonspace2098 I am glad you were able to resolve it.
      Happy coding!

    • @sayali2269
      @sayali2269 2 ปีที่แล้ว

      Yes I'm also getting same issue and I tried the steps as u mentioned but same issue again.. what should I do...? It is on high priority please help me

    • @tobisdevelopercorner1190
      @tobisdevelopercorner1190  2 ปีที่แล้ว

      @@sayali2269
      What is your operating system?
      Can you please post the full command you use when you start the docker container?
      Did you double check that you are using the correct port/ip address?
      If you are getting an error message, what exactly does the error message say?