mirror of
https://github.com/grafana/grafana.git
synced 2026-08-05 19:07:06 -05:00
Adds support for Generic OAuth role mapping. A new configuration setting for generic oauth is added named role_attribute_path which accepts a JMESPath expression. Only Grafana roles named Viewer, Editor or Admin are accepted. Closes #9766