We have got a situation in which, we need to avoid users accessing Chef cookbooks in node cache directory. what is the best way to handle this?
- Can we delete the cookbook from cache path, at the end of cookbook execution?
- Is it possible to encrypt/decrypt cookbook while executing Chef client?
Expecting expert suggestions to handle the scenario.