The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/docs/sources/administration/service-accounts/add-service-account-token.md

2.1 KiB

aliases description menuTitle title weight
[/docs/grafana/latest/administration/service-accounts/add-service-account-token/] This topic shows you how to add a token to a service account Add a token to a service account Add a token to a service account in Grafana 60

Add a token to a service account in Grafana

A service account token is a generated random string that acts as an alternative to a password when authenticating with Grafana’s HTTP API. For more information about service accounts, refer to [About service accounts in Grafana]({{< relref "about-service-accounts/" >}}).

You can create a service account token using the Grafana UI or via the API. For more information about creating a service account token via the API, refer to [Create service account tokens using the HTTP API]({{< relref "../../developers/http_api/serviceaccount/#create-service-account-tokens" >}}).

Before you begin

  • Ensure you have added the serviceAccounts feature toggle to Grafana. For more information about adding the feature toggle, refer to [Enable service accounts]({{< relref "enable-service-accounts/#" >}}).
  • Ensure you have permission to create and edit service accounts. By default, the organization administrator role is required to create and edit service accounts. For more information about user permissions, refer to [About users and permissions]({{< relref "../manage-users-and-permissions/about-users-and-permissions/#" >}}).

To add a token to a service account

  1. Sign in to Grafana, then hover your cursor over Configuration (the gear icon) in the sidebar.
  2. Click Service accounts.
  3. Click the service account to which you want to add a token.
  4. Click Add token.
  5. Enter a name for the token.
  6. (recommended) Enter an expiry date and expiry date for the token or leave it on no expiry date option.
    • The expiry date specifies how long you want the key to be valid.
    • If you are unsure of an expiration date, we recommend that you set the token to expire after a short time, such as a few hours or less. This limits the risk associated with a token that is valid for a long time.
  7. Click Generate service account token.