mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Re-enable ABM (#15979)
This turns back on ABM now that we have the new cert and token.
This commit is contained in:
parent
0de715bd35
commit
f0c12bbf5d
1 changed files with 1 additions and 3 deletions
|
|
@ -260,9 +260,7 @@ module "mdm" {
|
|||
enable_windows_mdm = true
|
||||
apn_secret_name = "${local.customer}-apn"
|
||||
scep_secret_name = "${local.customer}-scep"
|
||||
# dep_secret_name = "${local.customer}-dep"
|
||||
# Temp disable ABM
|
||||
dep_secret_name = null
|
||||
dep_secret_name = "${local.customer}-dep"
|
||||
}
|
||||
|
||||
module "firehose-logging" {
|
||||
|
|
|
|||
Loading…
Reference in a new issue