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

feat: Get config from parameter store and secrets manager #334

Merged
merged 5 commits into from
Aug 16, 2024

Conversation

mattbell87
Copy link
Member

Checklist

  • I'm using the correct PHP Version (8.1 for current, 7.4 for legacy).
  • I've added comments to any new methods I've created or where else relevant.
  • I've replaced magic method usage on DbService classes with the getInstance() static method.
  • I've written any documentation for new features or where else relevant in the docs repo.

Description

Changelog

refs:
issues:

Other Information

Docs pull request:

@mattbell87 mattbell87 marked this pull request as ready for review August 13, 2024 05:59
@mattbell87 mattbell87 changed the base branch from main to develop August 13, 2024 06:06
* @return void
* @throws Exception
*/
public static function setFromParameterStore(string $parameterName, string $bucket, string $key): void
Copy link
Contributor

Choose a reason for hiding this comment

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

The S3 bucket and key should be optional with a check to see if they're set

Copy link
Member Author

Choose a reason for hiding this comment

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

Done

@mattbell87 mattbell87 merged commit 86b9693 into develop Aug 16, 2024
9 checks passed
@chris-bateman chris-bateman deleted the feature-getConfigFromParameterStore branch November 11, 2024 23:19
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.

Add support for loading Config items from AWS Secrets Manager and Parameter Store
3 participants