Refacto Saml

This commit is contained in:
2024-09-22 20:48:00 +02:00
parent 5299267f47
commit 47776ea7bf
5 changed files with 31 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
output "provider-id" {
output "provider_id" {
value = authentik_provider_saml.prj.id
}
output "metadata_url" {
value = "https://${data.kubernetes_ingress_v1.authentik.spec[0].rule[0].host}/api/v3/providers/saml/${authentik_provider_saml.prj.id}/metadata/?download"
}
output "saml_certificate_secret_name" {
value = "${local.app_slug}-saml"
}