Victor Vrantchan

Results 116 comments of Victor Vrantchan

That sounds right. the configuration structure is a placeholder. https://github.com/micromdm/micromdm/blob/9e65297e46955a6ef38773a9f8ba82f189df2321/mdm/mdm/command.go#L156 I don't have a use for this myself, but I'll happily accept a pull request to get it implemented. Reading...

Nice find! We can set the timeouts ourselves. Solution one is to modify the `http.Client` returned by bufford's helper and set the timeout values. https://github.com/micromdm/micromdm/blob/24efe18538a4712cab6013431e2f6cda39745022/cmd/micromdm/serve.go#L578 Solution two would be to...

> A blank http.Client seems like something to bump to the upstream project as at least a concern. Seems like they'd want most of the default values (as would anybody)...

PRs accepted and all, but the `mdmcert` workflow does not require you to deal with the keychain in order to get a CSR/ cert

One of the core things @jessepeterson and I have been talking a while is keeping MicroMDM small, and exposing the required APIs for you to build the workflow you want....

How can I reproduce the bug?

Did it ever work? You made the last commit on the file by adding the flag, so I'm not sure I understand what part of this is a regression. Looking...

I have a slightly antagonizing proposal here. 1) remove(disable) the ability for the core server to serve enrollment profiles 2) build a smarter server that just is capable of doing...

You'll want the merge target to be `main`, not acc_wwdc20. I can help with getting this merged and resolving the errors.

First, you'll want to re-generate the protobuf code from your changes. To do that: - Follow the instructions [here](https://github.com/gogo/protobuf#installation) You'll want to make sure the `protoc-gen-gofast` binary is in your...