7 ms·
Congrats! I was wondering what is the mechanism for updating/invalidating a policy file across a fleet of servers?
by Toidiu 6y ago
Congrats!
I was wondering what is the mechanism for updating/invalidating a policy file across a fleet of servers?
- samjs 6y agoThanks :) Right now the idea is you would treat policy files like source code. So any changes should go through CI/CD to be pushed out to production. Any dynamic data can be managed directly through the application, and easily referenced in the policy itself.