This commit is contained in:
2023-10-18 17:30:25 +02:00
parent 16e0a21e9b
commit 194bf5eab2
2 changed files with 66 additions and 55 deletions

View File

@@ -40,6 +40,11 @@ module "oauth2" {
namespace = var.namespace
labels = local.common-labels
dns-name = local.dns-name
providers = {
kubernetes = kubernetes
kubectl = kubectl
authentik = authentik
}
}
module "forward" {
@@ -53,4 +58,10 @@ module "forward" {
labels = local.common-labels
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
}
}