Spring Tips: Easy Password Rotation with Hashicorp Vault

Поделиться
HTML-код
  • Опубликовано: 31 дек 2024

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

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

    Very nice job and very useful.

  • @elliothuntington8980
    @elliothuntington8980 5 месяцев назад

    Thank you!

  • @AliaksandrSmirnou
    @AliaksandrSmirnou 5 месяцев назад

    cool!
    TY

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

    NICE thnk Josh

  • @arulmurugan3060
    @arulmurugan3060 7 месяцев назад +4

    How password rotated If the application is in the middle of database operation 😂😂

    • @ChrisB_Crisps
      @ChrisB_Crisps 3 месяца назад

      One can rely on things like, ACID transaction management and rollbacks. The application should be resilient to interruptions/timeouts in the connection unrelated to the interactions that are being done at any given point with the database. If one is using a DB in the cloud, then chances are those mechanisms are already available.