HI Team,
Have enabled Grafana Auth with the Grafana Dashboard,
config:
log:
mode: “console”
level: “warn”
auth:
disable_login_form: false
disable_signout_menu: false
oauth_auto_login: true
auth.basic:
enabled: true
auth.anonymous:
enabled: true
org_name: “Main Org.”
org_role: Editor
auth.proxy:
auto_sign_up: true
enabled: true
header_name: X-Forwarded-User
security:
admin_user:
admin_password:
grafana.ini configuration is setup as the above.
-
When org_role is defined as editor, as a user I’m able to perform viewer access activities only, does the config need to be changed in such a way so that user can get ‘Editor’ access / role who are part of the Main Organization.
-
Not able to login with admin credentials, means credentials seams to work but it switches into user profile and able to perform only viewer access activities…
Does this config need to be tweaked in such a way to achieve both the requirements.
thanks in advance.