Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RBAC Authorization, roles and service accounts #78

Open
namliz opened this issue Aug 18, 2017 · 0 comments
Open

RBAC Authorization, roles and service accounts #78

namliz opened this issue Aug 18, 2017 · 0 comments

Comments

@namliz
Copy link
Contributor

namliz commented Aug 18, 2017

To play nice with updated Helm charts, --authorization-mode=RBAC is highly recommended for 1.7+.
https://kubernetes.io/docs/admin/authorization/rbac/#role-examples

One possible useful dodge is to toggle it on and create/edit a default role that is totally permissive. Otherwise the permissions for everything cross-cloud will run will need to be kept in mind.

The cncfdemo will at least need something like:

rules:
- apiGroups: [""]
  resources: ["nodes"]
  verbs: ["get", "list", "watch"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant