This commit is contained in:
2023-10-15 17:55:12 +02:00
parent 7cc48d439b
commit da4c016c3d
2 changed files with 95 additions and 94 deletions

View File

@@ -90,6 +90,7 @@ data "kubernetes_secret_v1" "mongos" {
locals {
authentik-token = data.kubernetes_secret_v1.authentik.data["AUTHENTIK_BOOTSTRAP_TOKEN"]
request_headers = {
"Content-Type" = "application/json"
Authorization = "Bearer ${local.authentik-token}"