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