Show Grafana on infoscreen¶
To access Grafana from an infoscreen, some additional steps are required.
Create service account token¶
- Find your team's service account in Grafana.
- Click on
Add token, and set the desired expiration. - Copy the token value, and use in the following step.
Access Grafana from infoscreen browser¶
To add the service account credentials to the header of your requests, you can use the Simple Modify Header browser extension available for both Chrome and Firefox.
Set the following configuration in the extension:
| Field | Value |
|---|---|
| Url Patterns | https://grafana-infoskjerm.nav.cloud.nais.io/* |
| Action | Add |
| Header Field Name | Authorization |
| Header Field Value | Bearer <service-account-token> |
| Apply on | Request |
| Status | ON ✅ |