创建 Grafana API 令牌的选项

Options for creating a Grafana API Token

我的组织运行一个仅允许 SSO 登录的 grafana 7.0 实例。我想为我的用户帐户创建一个 API 令牌,但基于 these instruction 似乎不提供密码就不可能这样做。这个理解准确吗?

我认为您的用户应该有权创建 API 令牌,但您没有提供 密码。 根据文档,管理员 API 需要(用户名,密码)进行身份验证。 但是 API 代币目前只链接到一个组织和一个组织角色,请查看这些链接:

https://grafana.com/docs/grafana/latest/http_api/admin/

https://grafana.com/docs/grafana/latest/http_api/auth/

https://grafana.com/docs/grafana/latest/tutorials/api_org_token_howto/

如@Amal.Touzani 所述,API 密钥是按组织创建的,而不是按用户创建的。

Instruction, mentioned by you, needs admin password to authenticate the admin user during API token creation. Later on access level will be defined by role specified in request, in example it is "role": "Admin". Role could be Viewer, Editor or Admin (as mentioned here)

当然,所有这些步骤都可以从 Grafana 管理中完成 UI: