We are using a groovy script to store secrets and configs as YAML files in the SCM repo. Now, we are planning to move the secrets from SCM to the Azure Key Vault(AKV). So, I would like to know whether storing the YAML files in the AKV is possible or not?
Here is the structure of one of the YAML files,
- xxx:
name: xxxx
data1: xxxx
data2: xxxx
- yyy:
name: xxxx
data1: xxxx
data2: xxxx
- zzz:
name: xxxx
data1: xxxx
data2: xxxx