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 support for loading Config items from AWS Secrets Manager and Parameter Store #333

Closed
adam-buckley opened this issue Aug 13, 2024 · 0 comments · Fixed by #334
Closed
Assignees

Comments

@adam-buckley
Copy link
Contributor

Support is needed for loading Config items from Secrets Manager and possibly Parameter Store. Since Parameter Store uses SSM it may be simpler to just use Secrets Manager.

The connection to Secrets Manager should be done via the AWS PHP SDK (included in Cmfive), documentation on using the PHP SDK for Secrets Manager is here.

The pulled value must be a JSON encoded string, that the Config class then parses and merges into the base Config register. Isaac has started work on this, the branch is here: .

Semi related is: 2pisoftware/cmfive-boilerplate#154

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants