fix
This commit is contained in:
@@ -9,7 +9,7 @@ locals {
|
||||
"http" = {
|
||||
"paths" = [{
|
||||
"backend" = {
|
||||
"service" = local.service
|
||||
"service" = var.service
|
||||
}
|
||||
"path" = "/${var.icon}"
|
||||
"pathType" = "Prefix"
|
||||
@@ -37,7 +37,6 @@ resource "kubectl_manifest" "prj_ingress_icon" {
|
||||
}
|
||||
|
||||
data "authentik_flow" "default-authorization-flow" {
|
||||
depends_on = [authentik_group.prj_users]
|
||||
slug = "default-provider-authorization-implicit-consent"
|
||||
}
|
||||
|
||||
@@ -48,9 +47,9 @@ resource "authentik_provider_proxy" "prj_forward" {
|
||||
mode = "forward_single"
|
||||
access_token_validity = var.access-token-validity
|
||||
}
|
||||
|
||||
|
||||
|
||||
data "authentik_group" "vynil-admin" {
|
||||
name = "vynil-forward-admins"
|
||||
}
|
||||
resource "authentik_policy_binding" "prj_access_users" {
|
||||
target = authentik_application.prj_application.uuid
|
||||
policy = authentik_policy_expression.policy.id
|
||||
|
||||
Reference in New Issue
Block a user