mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
parent
79dfac1320
commit
295fb1a172
2 changed files with 2 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ module "free" {
|
|||
prefix = local.customer_free
|
||||
enabled = true
|
||||
}
|
||||
idle_timeout = 300
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -128,6 +128,7 @@ module "main" {
|
|||
prefix = local.customer
|
||||
enabled = true
|
||||
}
|
||||
idle_timeout = 300
|
||||
# extra_target_groups = [
|
||||
# {
|
||||
# name = module.saml_auth_proxy.name
|
||||
|
|
|
|||
Loading…
Reference in a new issue