habitat-sh / habitat-operator

A Kubernetes operator for Habitat services
Apache License 2.0
61 stars 17 forks source link

[test] sync RBAC rules in various places #349

Closed surajssd closed 6 years ago

surajssd commented 6 years ago

RBAC rules are scattered across the repository in various places like examples, tests, helm charts; in the form of Roles and ClusterRoles. This commit adds a golang test to ensure these rules are in sync with each other. If something is not in sync then the test will fail.

Fixes https://github.com/habitat-sh/habitat-operator/issues/347

surajssd commented 6 years ago

Currently blocked on https://github.com/habitat-sh/habitat-operator/pull/346

krnowak commented 6 years ago

LFAD if tests pass.