I was trying to get the Macs added to DEP without having to add them
ABM. A different team handles ABM and I don't want to go through them to
do this everytime.
Quick update, it was a permission issue with AWS. You can TEMPORARILY
verify that it is the permission by changing
"cloudfront:CreateCloudFrontOriginAccessIdentity" and
"s3:AbortMultipartUpload", "cloudfront: *" AND "s3:*" After doing this,
change th...
@darren.leong The script works fine, due to where. the error is
happening (SSL_read function) its something to do with issues at layer 4
or lower. Maybe some caching is preventing it, some security policy,
something else? Try doing wget of the repo.
/usr/local can contain binaries and other files that are owned by root
and should not be writable by any other user and may cause privilege
escalations or denial of service. The Jamf executable for example, can
be in /usr/local and should be owned by...