Join Slack
Powered by
Can I use AWS "secret manager" keys for a pipeline...
# getting-started
r
royzac
09/27/2021, 5:07 PM
Can I use AWS "secret manager" keys for a pipeline, on the tap side?
a
aaronsteers
09/27/2021, 5:25 PM
You definitely can. Are you using ECS for execution or another runner?
aaronsteers
09/27/2021, 5:26 PM
In a past life, we mapped them at the ECS task level into the container, and then the secrets can be injected to the tap via those env vars:
Specifying sensitive data using Secrets Manager - Amazon ECS
aaronsteers
09/27/2021, 5:26 PM
(Same/similar trick works with AWS SSM / Parameter Store.)
r
royzac
10/06/2021, 8:29 PM
@aaronsteers
this is a great, thank you! Sorry for the delay btw, another task pulled me away.
Open in Slack
Previous
Next