Refacto and add lb
This commit is contained in:
@@ -3,5 +3,9 @@ output "provider-id" {
|
||||
}
|
||||
|
||||
output "sso_logout" {
|
||||
value = "https://${data.kubernetes_ingress_v1.authentik.spec[0].rule[0].host}/o/${var.component}-${var.instance}/end-session/"
|
||||
value = "https://${data.kubernetes_ingress_v1.authentik.spec[0].rule[0].host}/o/${local.app_slug}/end-session/"
|
||||
}
|
||||
|
||||
output "middleware" {
|
||||
value = "${local.app_slug}-forward"
|
||||
}
|
||||
Reference in New Issue
Block a user