I have some secrets that should be grouped so instead of
somelongname_client_password: xxx
somglongname_client_key: yyy
I would like to setup the secrets file as:
somelongname:
client_password: xxx
client_key: yyy
which would also make it clearer what secrets belonged to.
I did try !secret somelongname.client_password
but this doesn’t work.
So does secrets.yaml have to be flat with all entries at the root level?