enable notarization on Sandbox pre-provisioner (#7100)

This commit is contained in:
Roberto Dip 2022-08-08 15:25:01 -03:00 committed by GitHub
parent 4cd4a7759b
commit d3e2e2dca0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,