Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FR: Add python boto3 module for use with Jamf Pro #909

Open
grahampugh opened this issue Oct 24, 2023 · 1 comment
Open

FR: Add python boto3 module for use with Jamf Pro #909

grahampugh opened this issue Oct 24, 2023 · 1 comment

Comments

@grahampugh
Copy link
Contributor

The JamfUploader processors were designed to work without dependencies, meaning they could be used like any other Shared Processor. However, changes in Jamf Pro that are now rolling out to all customers mean that the primary use case of AutoPkg, that is uploading packages, now depends on a step involving uploading to an S3 bucket. This is very complex to achieve without the boto3 python module.

I was wondering whether you would be willing to add it to the supplied AutoPkg-Python? I know you've not traditionally been a fan of adding requirements that are not core to the functionality of AutoPkg+Munki integration, but this one step would allow the simple use of JamfUploader processors to continue without users having to use pip.

I'd be happy to submit a PR.

@MLBZ521
Copy link
Contributor

MLBZ521 commented Nov 5, 2023

I'd love to see this as well, so we don't have to go back to the days of/method that JSSImporter (used).

The only issue I could imagine would be if there was ever an issue where we'd have to "wait" for AutoPkg to be updated for boto3 to be updated. Though, obviously anyone can still update locally using pip.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants