I added role_attribute_path
into [auth.github] like this:
role_attribute_path = contains(name, 'DevOps') && 'Admin' || contains(name, 'search') && 'Editor' || 'Viewer'
But Grafana didn’t assign user to right role.
This is a very cool feature to have