Relative Content

Tag Archive for springamazon-web-servicesspring-bootdockeraws-secrets-manager

How to store sensitive data for application.properties using docker environment

I have case when I deployed custom container to container registry on gitlab with some libraries that I need. I am using it inside my CI/CD to run some jobs in other project. This project is using Spring Boot and I want to connect with RDS database stored in AWS. I am not sure how to store sensitive data like password, username to access DB and not sure if database endpoint or port is sensitive as well.