Refacto Saml
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user