add nodes role to RBAC bootstrap policy

This commit is contained in:
deads2k
2016-11-03 08:30:50 -04:00
parent a8a8660415
commit df2492f714
2 changed files with 52 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ func (i *DefaultInfo) GetExtra() map[string][]string {
// well-known user and group names
const (
SystemPrivilegedGroup = "system:masters"
NodesGroup = "system:nodes"
AllUnauthenticated = "system:unauthenticated"
AllAuthenticated = "system:authenticated"