Grafana with KeyClock

Все супер просто дописываем в grafana.ini

#################################### Generic OAuth ##########################
[auth.generic_oauth]
enabled = true
scopes = openid email profile
name = Oauth
tls_skip_verify_insecure = true
allow_sign_up = true
client_id = test
client_secret = Ytest
auth_url = https://test.ru/auth/realms/test/protocol/openid-connect/auth
token_url = https://test.ru/auth/realms/test/protocol/openid-connect/token
api_url = https://test.ru/auth/realms/test/protocol/openid-connect/userinfo

Добавить комментарий 0