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.
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?