Results 39 comments of rtrouton

I noticed I hadn't upped the verbosity of logging on the AutoPkg instance where I saw the behavior. I've now done that and we'll see what happens. Interestingly enough, I...

@matthew-sec, The best way I could find to implement a "wait" was to move the category upload for the policy category from before the package upload to after the package...

I saw the problem today on my production AutoPkg setup when Microsoft Edge updated. I'm attaching verbose output from the run as `JamfPolicyUploader_error_processor_20220317.txt` and the following files: - `curl_headers_from_jamf_upload.txt` -...

I have a ticket open with Jamf and I've pointed them at this GitHub issue report, as well as mentioning the cookie issue.

I'm seeing the following files in `/tmp/jamf_upload`: - curl_cookies_from_jamf_upload.txt - curl_headers_from_jamf_upload.txt - curl_output_from_jamf_upload.txt Please see below for output: ``` username@computername ~ % cd /tmp/jamf_upload username@computername jamf_upload % ls -al total...

When I checked the contents of `curl_cookies_from_jamf_upload.txt`, here's what I saw (Jamf Pro server's DNS address removed from output): ``` username@computername jamf_upload % cat curl_cookies_from_jamf_upload.txt # Netscape HTTP Cookie File...

It looks like the `curl` command now includes the `--cookie-jar` and `--cookie` values: ```` JamfPackageUploader: curl command: /usr/bin/curl --dump-header /tmp/jamf_upload/curl_headers_from_jamf_upload.txt https://jamf.pro.server.goes.here/api/v1/jamf-pro-version --request GET --silent --show-error --header authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJhdXRoZW50aWNhdGVkLWFwcCI6IkdFTkVSSUMiLCJhdXRoZW50aWNhdGlvbi10eXBlIjoiSlNTIiwiZ3JvdXBzIjpbXSwic3ViamVjdC10eXBlIjoiSlNTX1VTRVJfSUQiLCJ0b2tlbi11dWlkIjoiYTM1NjZkMDUtZjMzOC00OTk4LTkyYWEtMGE0MmY2YmI4ZTYyIiwibGRhcC1zZXJ2ZXItaWQiOi0xLCJzdWIiOiIyMCIsImV4cCI6MTY1MjQ0ODgxMn0.rpv7DPGARSdH0HnmN-qTdH2k-ysGI1bvSWT-hUYLhjE --output...

I’m not understanding which specific functionality is being requested, in the context of removing or hiding passwords. Please provide additional information.