Spring Office Hours: S3E5 - Distributed Applications with Spring Cloud

Поделиться
HTML-код
  • Опубликовано: 26 сен 2024
  • Join Dan Vega and DaShaun Carter as they bring you the latest updates from the Spring Ecosystem. In this episode, we’ll take a look at how Spring Cloud provides tools for developers to quickly build some of the common patterns in distributed systems such as configuration management, service discovery and more. Please bring any frequent issues you encounter in your work and we can address those as well.

Комментарии • 11

  • @hkkabir2024
    @hkkabir2024 7 месяцев назад

    nice to see you dan vega

  • @jimishukurow2286
    @jimishukurow2286 7 месяцев назад +2

    I haven't seen anybody doing security in spring cloud gateway ... am I missing something?

  • @El_Grando_Smokio_
    @El_Grando_Smokio_ 7 месяцев назад +2

    Enable the subtitles in english i want see the podcast but i dont understand 🥺

    • @Muescha
      @Muescha 7 месяцев назад

      Now there are subtitles. Maybe it takes time to process the video for subtitles :)

    • @El_Grando_Smokio_
      @El_Grando_Smokio_ 7 месяцев назад

      @@Muescha that's right amigo thanks

  • @maneshipocrates2264
    @maneshipocrates2264 7 месяцев назад

    Thanks for the video. Can you let me whether it is okay to do what I did: I added a spring security to the spring config server, a databased backend and stored the username and password on Hashicorp vault. I decided to connect the client services using the keys retrieved from vault. Unfortunately, this doesn't work. When I hard coded the username and password in the spring.config.import for the services, it works. I will not want to hard code the username and password into the properties folder. Can you help me know why it is not connecting?

    • @erickjhormanromero6905
      @erickjhormanromero6905 7 месяцев назад

      You won’t do it.
      But the real problem is that you can’t connect to vault to retrieve the username and password, right?

    • @maneshipocrates2264
      @maneshipocrates2264 7 месяцев назад

      Yes. But it seem to connect if I hard code the username and password instead of using key variables expecting the clients to retrieve the passwords from vault@@erickjhormanromero6905

    • @maneshipocrates2264
      @maneshipocrates2264 7 месяцев назад

      I saw that we can also define the username and passwords in the property file of the spring config server like spring.cloud.config.username and password. I also defined keys for username and password (to be retrieved by clients from vault) but it does not work as well.@@erickjhormanromero6905

  • @NivedSuresh-e9h
    @NivedSuresh-e9h 7 месяцев назад

    State Machine Replication is something I'd love to see