mitodl / salt-extensions

Plugins and extension modules for use with SaltStack that are generally useful outside of a given environment.
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Write saltpack renderer #7

Closed blarghmatey closed 7 years ago

blarghmatey commented 8 years ago

In order to overcome some of the pain of using GPG for encrypting data in YAML files I would like to add support for SaltPack as a renderer. This will allow for more easily extracting secrets data into Jinja files to import into pillar YAML. This is because SaltPack is not whitespace sensitive, whereas GPG is. Because of this, trying to substitute GPG data into the YAML from the Jinja file is painful.

shaidar commented 7 years ago

Moving gpg pillar data to vault, so not working on this anymore.