Victor Vrantchan

Results 73 issues of Victor Vrantchan

https://github.com/codegangsta/essential-go/blob/master/pub/pages/page.go#L40 ``` func (p *Page) load() error { c, err := LoadConfig("config.json") if err != nil { return err } data, err := ioutil.ReadFile(p.File) if err != nil { return...

With docker for windows being a thing, there's no reason we can't support this process on windows. We should make sure the demo can be spun up by a windows...

enhancement
help wanted

Builds ``` out ├── enroll-kolide-1.0.0-1.x86_64.rpm └── enroll-kolide_1.0.0_amd64.deb ``` WIP still need to do a few things * add systemd unit * test that packages work * update documentation

We default to some silly settings like `toor` for the mysql password. Instead, we should have `demo.sh up` initialize some secure configurations and store these in a secrets.yml file for...

enhancement

From 3.3.3 > any targets metadata filename that was listed in the trusted snapshot metadata file, if any, MUST continue to be listed in the new snapshot metadata file.

enhancement

Right now we have the following structure: ``` // FileIntegrityMeta hashes and length of a file based resource to help ensure // the binary footprint of the file hasn't been...

enhancement

based on slack discussion: If we merge #20, we're exposing the tuf client to the outside world, which increases the complexity of the implementation and state management somewhat. We should...

right now we just fire off DeviceConfigured in an array of commands; if the device replies with `NotNow`, we might want to hold off on sending device configured, or not....

enhancement

Hi @fullsailor, I use the pkcs7 package in my SCEP implementation. Although SCEP supports SHA1 and 3DES the recommended defaults are AES with SHA256. I began working on implementing support...