How to Fetch Secrets from AWS Secrets Manager in a Spring Boot Application

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

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

  • @pranavmahajan4190
    @pranavmahajan4190 Год назад +1

    You got fantastic content. Strange to see that you have very less no of subscribers. Please try to explain each topic in detail like how you got it and slow your pace. This way, it will be easy to grasp. Thanks..

  • @nenuanenenuane6645
    @nenuanenenuane6645 Год назад

    thanks this is what i was looking for 😊

  • @lighninggamerz6571
    @lighninggamerz6571 10 месяцев назад

    One thing I would like to know is using aws-secretsmanager-jdbc library if the application is using old password and now if secrets rotation happens how application works without restarting it ? I mean how application establishes the connection with new password without restarting ?

  • @HimanshuSharma-bq8oo
    @HimanshuSharma-bq8oo 7 месяцев назад

    It is not working for me. I am using Spring version 2.3.1.RELEASE and Java version 1.8
    Application is starting but AWSSecretManager classes are not loading.
    Please help.