You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered:
briancurt
changed the title
Support for valueFrom field in environment variables
ValueFrom field in environment variables
Sep 20, 2019
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:
From the AWS console:
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?
The text was updated successfully, but these errors were encountered: