Victor Vrantchan

Results 73 issues of Victor Vrantchan

looks like it's now part of the DEP API.

enhancement
help wanted

MicroMDM v2 uses signals to gracefully terminate/restart the process. Signals work well on unix, but not on windows. Use https://godoc.org/golang.org/x/sys/windows to implement support for running as a windows service in...

enhancement
help wanted
v2dev
OS-windows

- store the device responses in a new table with a configurable retention - add a new API that allows querying for a command uuid to get back - a...

The `/etc/micromdm/blueprint.json` config is a bit of a hack right now and is global to every enrollment. Work out a way to do a per device config(and later per group)....

enhancement
help wanted
configuration

Possible solution to investigate: https://github.com/casbin/casbin

enhancement
RFC
security

If I use the `/push` endpoint to trigger a push notification ``` { "error": "Post https://api.push.apple.com/3/device/[redacted]: read tcp [redacted]: read: connection reset by peer" } ``` sending it a second...

bug

bug or not? definitely a UX bug, we have to at least delete the old profile if the cert topic does not match...

bug

Following up from chat. If the user runs `mdmcert upload` the topic on a brand new instance remains empty until after a restart of the server. Needs validation/a test.

bug

How to protect DEP Auth? An idea is to allow setting a DEP Password which the user will have to type in during enrollment. You'd set the password for the...