From d3e2e2dca02991ab6c72328e5da9c96e0b541045 Mon Sep 17 00:00:00 2001 From: Roberto Dip Date: Mon, 8 Aug 2022 15:25:01 -0300 Subject: [PATCH] enable notarization on Sandbox pre-provisioner (#7100) --- infrastructure/sandbox/PreProvisioner/lambda/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure/sandbox/PreProvisioner/lambda/main.go b/infrastructure/sandbox/PreProvisioner/lambda/main.go index 2feda9b209..5304cd62fa 100644 --- a/infrastructure/sandbox/PreProvisioner/lambda/main.go +++ b/infrastructure/sandbox/PreProvisioner/lambda/main.go @@ -85,6 +85,7 @@ func buildPackages(instanceID, enrollSecret string) (err error) { OsquerydChannel: "stable", DesktopChannel: "stable", OrbitUpdateInterval: 15 * time.Minute, + Notarize: true, MacOSDevIDCertificateContent: options.MacOSDevIDCertificateContent, AppStoreConnectAPIKeyID: options.AppStoreConnectAPIKeyID, AppStoreConnectAPIKeyIssuer: options.AppStoreConnectAPIKeyIssuer,