Releases: open-policy-agent/kube-mgmt
Releases · open-policy-agent/kube-mgmt
v0.10
This release updates kube-mgmt to perform all of the resync operations in one request as opposed to a DELETE followed by several PUTs. This method is more efficient, requires less locking in the OPA server, and makes the resync operation operate atomically.
v0.9
- Add support for replicating configmaps from multiple namespaces with
--policies='*'
- Add support for loading data out of configmaps instead of just policies (see README)
- Refactor data replicator to reduce memory consumption and resolve panics (#43)
v0.8
- Add
--opa-auth-token-file
and --opa-auth-token
file for specifying OPA authentication token via file and command line (respectively).
- Add
--enable-policies=<true|false>
flag to enable/disable policy loading.
- Add docs for securing kube-mgmt/OPA
- Add docs for enforcing admission policy over CRDs