fix
This commit is contained in:
@@ -33,8 +33,8 @@ data "authentik_flow" "default-authorization-flow" {
|
||||
|
||||
resource "authentik_provider_proxy" "provider_forward" {
|
||||
name = "authentik-forward-provider"
|
||||
internal_host = "http://authentik"
|
||||
external_host = "http://authentik"
|
||||
internal_host = "http://authentik-authentik"
|
||||
external_host = "http://authentik-authentik"
|
||||
authorization_flow = data.authentik_flow.default-authorization-flow.id
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user