fixes
This commit is contained in:
@@ -2,6 +2,9 @@ output "provider-id" {
|
|||||||
value = authentik_provider_oauth2.oauth2.id
|
value = authentik_provider_oauth2.oauth2.id
|
||||||
}
|
}
|
||||||
|
|
||||||
|
output "sso_signout_url" {
|
||||||
|
value = "https://${data.kubernetes_ingress_v1.authentik.spec[0].rule[0].host}/application/o/${var.component}-${var.instance}/end-session/"
|
||||||
|
}
|
||||||
output "sso_configuration_url" {
|
output "sso_configuration_url" {
|
||||||
value = "https://${data.kubernetes_ingress_v1.authentik.spec[0].rule[0].host}/application/o/${var.component}-${var.instance}"
|
value = "https://${data.kubernetes_ingress_v1.authentik.spec[0].rule[0].host}/application/o/${var.component}-${var.instance}"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user