mirror of https://github.com/portainer/portainer
fix standard user not able to access nodes stats (#5951)
parent
988efe6b02
commit
b5ec8c52fb
|
@ -11,7 +11,7 @@ import (
|
|||
func getPortainerUserDefaultPolicies() []rbacv1.PolicyRule {
|
||||
return []rbacv1.PolicyRule{
|
||||
{
|
||||
Verbs: []string{"list"},
|
||||
Verbs: []string{"list", "get"},
|
||||
Resources: []string{"namespaces", "nodes"},
|
||||
APIGroups: []string{""},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue