Skip to content

Releases: open-policy-agent/kube-mgmt

v0.9

16 Aug 15:37
Compare
Choose a tag to compare
  • 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

21 Feb 23:07
Compare
Choose a tag to compare
  • 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