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,