Hello All!
I'm looking to create a Custom Salt Engine that will run on the Salt Master. Though the Salt documentation seem to suggest that Engine's configuration can be provided in the master config file (/etc/salt/master), I however don't find this very comforting to have to specify plain secrets in the master config file.
This being a master side Engine, it doesn't seem to have access to pillars, as pillars are assigned to minions only.
Are there some recommendations or any example on how best to handle secrets for Master side returners ?
Thanks in advance !
Jaydeep