William Theaker
William Theaker
I'm interested in support for pump.io and StatusNet/GNU social (shouldn't be that difficult since it uses Twitter's 1.0 API).
Would attaching a build artifact to `CI.yml` suffice? Something like this: ``` - name: 'Upload build artifact' uses: actions/upload-artifact@ea3d524381d563437a7d64af63f3d75ca55521c4 # v2.2.3 with: name: micromdm-development-${{ github.sha }}.zip if: github.ref == 'refs/heads/main'...
I'm seeing this myself when interacting directly with an instance server logs: ``` Apr 26 23:17:09 ip-10-0-49-27 micromdm[270515]: transport=http method=PUT status=200 proto=HTTP/2.0 host=REDACTED_IP_ADDRESS user_agent=Go-http-client/2.0 path=/v1/dep/profiles Apr 26 23:17:09 ip-10-0-49-27 micromdm[270515]:...
Yep when I run: `mdmctl apply dep-profiles -f ~/Downloads/build/darwin/dep-profile.json -filter='*'` I get: `define dep profile: Put "https://xx.redacted-domain.tld/v1/dep/profiles": stream error: stream ID 1; INTERNAL_ERROR` I am seeing this on a few...
Well I figured out the issue: you can't apply a DEP profile before uploading the .p7m server token file from ABM and completing the DEP trust relationship. Is there a...
I get the same output no matter if `-http-debug=` `true`,`false`, or omitted entirely: ``` % mdmctl apply dep-profiles -f example.json -filter='*' define dep profile: Put "https://fqdn/v1/dep/profiles": stream error: stream ID...
Built from your branch and still get the error: `transport=http method=PUT status=200 proto=HTTP/2.0 host= user_agent=Go-http-client/2.0 path=/v1/dep/profiles ts="2021/05/03 23:38:30" caller="http2: panic serving " msg="runtime error: invalid memory address or nil pointer...
I updated and cleaned up `.rubocop.yml`, since using it with a modern version of `cookstyle` fails with: `(obsolete configuration found in .rubocop.yml, please update it)`.
I don't think that matters because this is warning when called on a different OS, not when called on the wrong version of Darwin.
You could add it please. Knowing me, I'll put in too many tabs and escape the wrong characters 😮💨