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

@@ -60,3 +60,9 @@ resource "authentik_provider_saml" "prj" {
sp_binding = var.binding
}
data "kubernetes_ingress_v1" "authentik" {
metadata {
name = "authentik"
namespace = "${var.domain}-auth"
}
}