Hacker News new | ask | show | jobs
by Toidiu 2144 days ago
Congrats!

I was wondering what is the mechanism for updating/invalidating a policy file across a fleet of servers?

1 comments

Thanks :)

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.