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 d1aef45d1d - Show all commits
+2 -10
View File
@@ -25,16 +25,8 @@ terraform {
ca_file = "/etc/pki/tls/certs/ca-bundle.crt"
}
required_version = ">= 1.10"
required_providers {
authentik = {
source = "goauthentik/authentik"
version = "2026.5.0"
}
vault = {
source = "hashicorp/vault"
version = ">= 4.0.0"
}
}
# required_providers are declared in the module's versions.tf; declaring them
# here as well is a duplicate configuration (OpenTofu permits only one).
}
EOF
}