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

ValueFrom field in environment variables #46

Open
briancurt opened this issue Sep 20, 2019 · 1 comment
Open

ValueFrom field in environment variables #46

briancurt opened this issue Sep 20, 2019 · 1 comment

Comments

@briancurt
Copy link

It would be great (and fairly straightforward, I'd believe?) if we could create the container definition with environment variables that support the valueFrom field.

Something like:

environment_variables_from:
  - DB_PASSWORD=<ssm_parameter_store_key_arn>

From the AWS console:

image

I personally use AWS SSM Parameter Store for some settings and would prefer to keep using it rather than relying on Drone's internal secret store for the application secrets.

What do you think?

@briancurt briancurt changed the title Support for valueFrom field in environment variables ValueFrom field in environment variables Sep 20, 2019
@jtallinger
Copy link
Contributor

Hi,

I think this is now covered by this change: #56

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

2 participants