Part of the TICK stack from Influxdata (https://www.influxdata.com/).
Influxdata say: "Chronograf allows you to quickly see the data that you have stored in InfluxDB so you can build robust queries and alerts. It is simple to use and includes templates and libraries to allow you to rapidly build dashboards with real-time visualizations of your data."
-`service.company` is the FQDN of the Chronograf install. E.g. chronograf.domain.tld
-`authentik.company` is the FQDN of the authentik install.
## Service Configuration
:::Note
In this configuration, "GENERIC_NAME" is what will appear on the Chronograf login page.
:::
The following environement variables can be configured using the official Chronograf docker container (https://hub.docker.com/_/chronograf?tab=description). They are also valid for a standalone configuration using an environment file. You may wish to limit/alter the 'GENERIC_SCOPES' and GENERERIC_API_KEY to match your install preferences.
Create an oAuth provider for your service, along with an application. Authentik makes the required endpoints available by default, so no advanced/special configuration is required for generic oauth.
:::Note
Only settings that have been modified from default have been listed.
Redirect URIs/Origins: Authentik will save the first succesful redirect URI if you enter * in this field, but the following should work: `https://service.company/oauth/Authentik/callback`