Skip to content

krishnanmuthukumar/springboot-aws-secretmanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Integrate the AWS Secret Manager with Spring Boot

Using AWS secret manager to store your crdentials and using them in Springboo project .

  1. Create application properties in AWS Secret Manager
  2. Create an IAM user with SecretsManagerReadWrite permission

Set the aws credential in your system.

in application.properties file of the application , add the below property

spring.config.import: aws-secretsmanager:test/mysecret;

About

Spring boot app that reads AWS Secret Manager config

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages