Open EugenKon opened 1 year ago
Hi @EugenKon, you might want to take a look at the plugin
function. This would allow you to write a script that executes the aws secretmanager
command and allows the output to be used within consul-template.
@blake Interesting. Thank you, I'll look at it.
https://github.com/hashicorp/consul-template#commands
I do not understand which commands are described and how to use them.
Particularly, I want to fetch value from aws secret manager:
aws secretsmanager get-secret-value --secret-id ${PROJECT_NAME}/path --region ${AWS_REGION}
. Is next possible?