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

Read environment values from a configuration or AWS secrets #1

Open
devraj opened this issue Jun 20, 2023 · 0 comments
Open

Read environment values from a configuration or AWS secrets #1

devraj opened this issue Jun 20, 2023 · 0 comments
Assignees

Comments

@devraj
Copy link
Member

devraj commented Jun 20, 2023

One of the use cases for this project is to test if say an AWS Elastic Container service was provisioned properly and can serve out a python application.

Part of the work we are doing also involved reading from the secrets manager for the application tog get values from the environment like an RDS endpoint or S3 bucket keys.

pyndatic can read values from the secrets manager thanks to boto3 and IAM policies.

To make this image generic it would be nice to be able to provide it a list of environment variables that the template can pull values out of AWS secrets manager or the environment variables and render the page.

The aim to make this template as reusable as possible.

@devraj devraj self-assigned this Jun 20, 2023
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

No branches or pull requests

1 participant