This commit is contained in:
2024-05-24 14:28:47 +02:00
parent 5002330ca3
commit 18f8bf8193
4 changed files with 25 additions and 4 deletions

View File

@@ -56,6 +56,8 @@ module "saml" {
dns_names = local.dns_names
namespace = var.namespace
labels = local.common_labels
audience = "https://${local.dns_name}/saml2/metadata"
saml_issuer = "https://${data.kubernetes_ingress_v1.authentik.spec[0].rule[0].host}"
group_mapping = <<ENDF
for group in user.ak_groups.all():
if group.name == "authentik Admins":