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

Add option to load application properties from AWS SSM parameter store for spring boot apps #1046

Closed
rpoet-jh opened this issue Sep 16, 2024 · 0 comments · Fixed by eclipse-pass/pass-support#126
Assignees
Labels
Milestone

Comments

@rpoet-jh
Copy link
Contributor

rpoet-jh commented Sep 16, 2024

What?

Add an optional configuration to be able to load property values in application.properties from AWS SSM parameter store for spring boot apps. This includes pass-core, deposit services, notifcation services and data loaders.

Why?

With this change, we no longer have to pass secrets into the Docker image of each component. This would be more secure.

How?

Use this spring cloud aws configuration https://docs.awspring.io/spring-cloud-aws/docs/3.0.0/reference/html/index.html#spring-cloud-aws-parameter-store

Acceptance Criteria

Able to use a property value sourced from AWS SSM parameter store.

@github-project-automation github-project-automation bot moved this to Backlog in Eclipse PASS Sep 16, 2024
@rpoet-jh rpoet-jh added this to the 1.12.0 milestone Sep 16, 2024
@rpoet-jh rpoet-jh self-assigned this Sep 16, 2024
@dkriethof dkriethof modified the milestones: 1.12.0, 1.13.0 Sep 26, 2024
@github-project-automation github-project-automation bot moved this from Peer Review/QA to Done in Eclipse PASS Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants