fix
This commit is contained in:
@@ -20,6 +20,7 @@ providers:
|
||||
authentik: true
|
||||
kubectl: true
|
||||
postgresql: null
|
||||
mysql: null
|
||||
restapi: null
|
||||
http: true
|
||||
gitea: null
|
||||
|
||||
@@ -9,7 +9,7 @@ locals {
|
||||
//TODO: trouver un moyen d'attendre que le service soit ready
|
||||
data "http" "get_ldap_outpost" {
|
||||
depends_on = [authentik_provider_ldap.provider_ldap]
|
||||
url = "http://authentik.${var.namespace}.svc/api/v3/outposts/instances/?name__iexact=ldap"
|
||||
url = "http://authentik-authentik.${var.namespace}.svc/api/v3/outposts/instances/?name__iexact=ldap"
|
||||
method = "GET"
|
||||
request_headers = local.request_headers
|
||||
lifecycle {
|
||||
|
||||
Reference in New Issue
Block a user