Grant settings view role to all

This commit is contained in:
Charandas Batra
2025-12-18 13:00:20 -08:00
parent e79e98257f
commit 3f5758cf36
@@ -184,7 +184,7 @@ func registerAccessControlRoles(service accesscontrol.Service) error {
},
},
},
Grants: []string{string(org.RoleViewer)},
Grants: []string{string(org.RoleViewer), string(org.RoleEditor), string(org.RoleAdmin)},
}
// Stats - granted to Admin only