This commit is contained in:
2023-10-18 17:32:18 +02:00
parent 194bf5eab2
commit c5e6121bac
2 changed files with 115 additions and 117 deletions

View File

@@ -59,8 +59,6 @@ module "forward" {
dns-names = local.dns-names
authentik-token = data.kubernetes_secret_v1.authentik.data["AUTHENTIK_BOOTSTRAP_TOKEN"]
providers = {
http = http
restapi = restapi
kubectl = kubectl
authentik = authentik
}