Hello,
Is there any Nomad plugin for injecting secrets from AWS Secrets Manager to applications, similar to external secrets for K8s?
I am looking to remove the puppet dependency for secret management on nomad clients and Vault is not an option since all the secrets are already in AWS SM.
Thanks
I know you are asking for a Nomad “in-built” way, but there doesn’t exist one AFAIK.
Till then, you could potentially try gomplate
?
https://docs.gomplate.ca/datasources/#supported-datasources
Off the top-of-my-mind, maybe run the gomplate task as a prestart
task?
That’s what comes to mind so far, but I’ll let someone from HashiCorp comment for any other specific solution.
HTH,
Shantanu
Thanks @shantanugadgil, I will give it a go.