adobe / ops-cli

Ops - cli wrapper for Terraform, Ansible, Helmfile and SSH for cloud automation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Retrieve secrets from AWS SSM

costimuraru opened this issue · comments

Similar to the Vault integration: https://github.com/adobe/ops-cli#secrets-management
Make it possible to define something like this in the cluster.yaml file:

db_password: "{{ '/my/ssm/path/' | read_ssm(aws_profile='myprofile') }}"

https://docs.aws.amazon.com/systems-manager/latest/userguide/what-is-systems-manager.html