This commit is contained in:
2024-02-15 15:04:09 +01:00
parent 07e02dcc49
commit 9bd87de6aa
2 changed files with 123 additions and 123 deletions

View File

@@ -5,7 +5,7 @@ data "kubernetes_ingress_v1" "authentik" {
}
}
locals {
authentik-metadata-url="${data.kubernetes_ingress_v1.authentik.spec[0].rule[0].host}/api/v3/providers/saml/${authentik_provider_saml.dolibarr.id}/metadata/?download"
authentik-metadata-url="https://${data.kubernetes_ingress_v1.authentik.spec[0].rule[0].host}/api/v3/providers/saml/${authentik_provider_saml.dolibarr.id}/metadata/?download"
module-list = [
"user",
"ldap",