He ability to secure secrets using gpg and using them in templates with {{ pillar['secret-squirrel'] }}" is great.
However the problem is, that it shows up in logs and outputs, e.g. calling salt 'foobar' state.apply
Maybe we can have a special alias, e.g. pillar-secret which would have identical behaviour to pillar except it would also cause the output to be automagically masked in output from state.apply and similar.
He ability to secure secrets using
gpgand using them in templates with{{ pillar['secret-squirrel'] }}"is great.However the problem is, that it shows up in logs and outputs, e.g. calling
salt 'foobar' state.applyMaybe we can have a special alias, e.g.
pillar-secretwhich would have identical behaviour topillarexcept it would also cause the output to be automagically masked in output fromstate.applyand similar.