[Feature Request] Have the JamfPackageUploader processor accept an option to not try to update the package metadata
See original GitHub issueHi,
As discussed on Slack, would it be possible to add a key to the JamfPackageUploader
processor to have it skip trying to update the package metadata?
This options requires “update” permissions on packages for the API account, which is…tricky…for us to grant at this time, and not using seems to have no ill benefits for us as for a functionality.
Thanks!
Issue Analytics
- State:
- Created a year ago
- Comments:11 (7 by maintainers)
Top Results From Across the Web
Metadata set and summary produced even it package is not ...
This was making me crazy, I was getting metadata update attempts and a summary after every run of autopkg with JamfPackageUploader even if ......
Read more >new AutoPkg processors for importing packages to Jamf Pro
I've made a new set of AutoPkg processors for importing packages to Jamf Pro. After some testing, I have now begun writing and...
Read more >Making package uploading and deployment easier ... - YouTube
When using Jamf Pro, there can be a lot of manual work that goes into preparing packages for software deployment. Wouldn't you like...
Read more >Feature Requests - Jamf Nation Community
Hello everyone- First of all, thanks to everyone for the feature requests, both on this list and in person over the last 7...
Read more >Subject: Mac - RSSing.com
I have now added a jcds_mode option to JamfPackageUploader processor, ... These types of .jamf recipe do not need any information from a...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Done.
I have added a
skip_metadata_upload
boolean option toJamfPackageUploader
. I haven’t yet pushed this toautopkg/grahampugh-recipes
because my overnight run is about to start and this will break all my recipes until I upload the trust 😃Feel free to copy this processor into your local clone of grahampugh-recipes and give it a go.