aboutsummaryrefslogtreecommitdiff
path: root/rbac-namespace-default
Commit message (Collapse)AuthorAgeFilesLines
* Addons can maintain their policies, so moving this toStaffan Olsson2017-08-051-30/+0
| | | | https://github.com/Yolean/kubernetes-kafka/pull/39
* Got the feeling from kubectl get clusterrole ...Staffan Olsson2017-08-052-0/+8
| | | | | | that having access control rules, in particular cluster scoped, lying around without knowing where they come from will be unmaintainable over time. Labels show up nicely in describe.
* With default service account curl works againStaffan Olsson2017-08-051-0/+26
| | | | fixes https://github.com/Yolean/kubernetes-kafka/pull/39
* I don't really care, but which yaml indentation is winning?Staffan Olsson2017-08-051-6/+6
|
* RBAC rights are purely additive so ...Staffan Olsson2017-08-051-0/+26
a project like kubernetes-kafka should keep them minimal. To access nodes we do need ClusterRole instead of Role.