Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ALS-7112] BDC Data Dictionary: Data dictionary needs to support AWS secrets rotation #19

Merged
merged 2 commits into from
Aug 22, 2024

Conversation

Gcolon021
Copy link

@Gcolon021 Gcolon021 commented Aug 22, 2024

  • Dockerfile now includes --spring.profiles.active=${SPRING_PROFILE:-}. This allows user to specify a different spring profile if necessary.
  • Created application-bdc.properties that includes BDC specific database configuration for PostgreSQL. This configuration allows the application to use aws secrets manger for its username and password.
  • Included aws-secretsmanager-jdbc dependency.

Example use of docker with bdc set for the spring profile.
docker run -e SPRING_PROFILE=bdc

Set default Spring profile in Dockerfile. Add AWS Secrets Manager JDBC dependency in pom.xml and create application-bdc.properties for database configuration.
@Gcolon021 Gcolon021 self-assigned this Aug 22, 2024
@Gcolon021 Gcolon021 merged commit 2003290 into main Aug 22, 2024
@Gcolon021 Gcolon021 deleted the ALS-7112 branch August 22, 2024 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant