authentik: add Grafana OAuth2/OIDC provider #2

Merged
benvin merged 7 commits from benvin/grafana-oidc into benvin/initial-scaffold 2026-07-06 23:50:14 +10:00
Showing only changes of commit 93742883a5 - Show all commits
+5 -2
View File
@@ -8,8 +8,11 @@ provider "authentik" {
}
# Reads client secrets seeded in Vault (kv-v2). Auth via VAULT_ADDR + VAULT_TOKEN
# from the environment (set by the Makefile vault_env helper).
provider "vault" {}
# from the environment (set by the Makefile vault_env helper). skip_child_token
# is required because the short-lived CI token cannot create child tokens.
provider "vault" {
skip_child_token = true
}
variable "authentik_token" {
type = string