Skip to content

Support pulling application.properties configuration and secrets from AWS SSM#1388

Open
labkey-jeckels wants to merge 5 commits into
developfrom
fb_secretservice
Open

Support pulling application.properties configuration and secrets from AWS SSM#1388
labkey-jeckels wants to merge 5 commits into
developfrom
fb_secretservice

Conversation

@labkey-jeckels
Copy link
Copy Markdown
Contributor

Rationale

We can simplify configuration of cloud servers by pulling their config and secrets directly from AWS SSM.

Related Pull Requests

Changes

  • New ssm: syntax to tell a property to pull value directly from SSM
  • Support for JSON and flat values in SSM
  • context.awsParameterStore.prefix and context.awsParameterStore.secretsPrefix and support for relative SSM paths

{
return SsmClient.builder()
.region(region)
.credentialsProvider(DefaultCredentialsProvider.create())
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is our deployment plan to inject the AWS credentials in production?

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.

2 participants