Victor Vrantchan

Results 73 issues of Victor Vrantchan

Right now a launcher client/server method looks something like this ```Go func(svc) someFunc(nodeKey) (invalid bool, err err) { invalid, err := authenticate(nodeKey) if err != nil { return invalid, err}...

Recently, the Handbrake download [was compromised](https://forum.handbrake.fr/viewtopic.php?f=33&t=36364) to distribute a version of known malware. Would it be possible for AutoPKG to check for the known, bad version of this software or...

Moroz should support serving files and uploading events with a cloud storage provider like S3 and GCS. The code from https://github.com/micromdm/squirrel/tree/master/storage can be used as a starting point. For the...

In the preflight response, if you specify a `upload_logs_url` key, santa will send logs as a multipart file to that URL. We should support that option.

enhancement
help wanted

right now the server keeps track of certs in a local folder. Both cfssl and vault have robust PKI APIs that the server can use instead.

enhancement
server

Supersedes issues #35 and #32

enhancement
server
ca

ex: ``` scepclient getcaps scepclient getca scpeclient getcert ```

enhancement

Is this something you'd consider adding? Example below: Maybe it's already possible, but I wasn't able to get it to work. The closest I was able to get is to...

It would be useful if the cert manager had support for metrics. Some useful data to keep track of: - number of certs issued/renewed - time to acquire a cert...