8 lines
235 B
HCL
8 lines
235 B
HCL
output "provider-id" {
|
|
value = authentik_provider_proxy.prj_forward.id
|
|
}
|
|
|
|
output "sso_logout" {
|
|
value = "https://${data.kubernetes_ingress_v1.authentik.spec[0].rule[0].host}/o/${var.component}-${var.instance}/end-session/"
|
|
}
|