Skip to content

amrutprabhu/spring-boot-with-secrets-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot With AWS Secrets Manager Integration

In this example we look into how we can fetch database credentials from AWS Secrets Manager. We will also then run LocalStack on our system using docker, initialize it with secrets and start the applciation without communicating with the real AWS Secrets Manager service.

We will then test our application using LocalStack Container.

Command to conect to localstack :

Changelog


Sprng Boot 3.0 Update

  • Change mount file location for localstack. Noticed /docker-entrypoint-initaws.d was not working.
  • Script to initialize localstack must be now executable. hence updated permissions.
  • Annotating @restController("/") was not working, So moved the paths to the individuals mappings.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published