fix
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user