fixes
This commit is contained in:
@@ -8,6 +8,9 @@ output "sso_configuration_url" {
|
|||||||
output "sso_userinfo" {
|
output "sso_userinfo" {
|
||||||
value = "https://${data.kubernetes_ingress_v1.authentik.spec[0].rule[0].host}/application/o/userinfo/"
|
value = "https://${data.kubernetes_ingress_v1.authentik.spec[0].rule[0].host}/application/o/userinfo/"
|
||||||
}
|
}
|
||||||
|
output "sso_authorize" {
|
||||||
|
value = "https://${data.kubernetes_ingress_v1.authentik.spec[0].rule[0].host}/application/o/authorize/"
|
||||||
|
}
|
||||||
output "client_id" {
|
output "client_id" {
|
||||||
value = data.kubernetes_secret_v1.oauth2-client-id.data["client-id"]
|
value = data.kubernetes_secret_v1.oauth2-client-id.data["client-id"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user