Skip to content

v0.1.0

Compare
Choose a tag to compare
@achetronic achetronic released this 05 Aug 21:32
· 17 commits to master since this release

Highlights:

  • Ability to manage dynamic ClusterRole resources using DynamicClusterRole: This type of resource can be used to create ClusterRole resources with allow/deny sections to produce a Kubernetes additive-only approach. These resources must be atomic, so only those things expressed as allow policies, can have some deny counterpart.

  • Ability to manage dynamic RoleBinding resources using DynamicRoleBinding: This resource type is able to link an existing ClusterRole with a subject that can be expressed dynamically, looking for them by Kubernetes labels, regular expressions, etc.

  • Examples added into samples directory

  • Friendly messages on our custom resources: potential failures can be debugged with ease observing the logs or status.conditions

  • Helpful README: examples for deployment and several use cases

Contributors:
@sebastocorp @achetronic