I'm wondering how to constrain the nodes that chef vault works with using the the search syntax -eg;
knife vault create secrets dnsimple -S '*:*'
For instance if I wanted to restrict the nodes that had the above secret to only the nodes that have "dns" in them would I use:
knife vault create secrets dnsimple -S '*dns*'
?