fix
This commit is contained in:
@@ -88,6 +88,13 @@ data "kubernetes_secret_v1" "mongos" {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
locals {
|
||||
request_headers = {
|
||||
"Content-Type" = "application/json"
|
||||
Authorization = "Bearer ${local.authentik-token}"
|
||||
}
|
||||
}
|
||||
provider "restapi" {
|
||||
uri = "http://authentik.${var.domain}-auth.svc/api/v3/"
|
||||
headers = local.request_headers
|
||||
|
||||
Reference in New Issue
Block a user