AbGuthrie / goquery

Provide a shell like interface by utilizing osquery's distributed API
MIT License
80 stars 10 forks source link

Integrate with osctrl #60

Closed obelisk closed 5 years ago

obelisk commented 5 years ago

osctrl by default uses it's own database to handle authentication and is just a series of post requests. This is likely what other smaller deployments use so we should natively support that in goquery.

obelisk commented 5 years ago

@Jmpsec is working on the new APIs for osctrl that we will use. Once that's done I will do all the integrations and we'll get this closed out.

obelisk commented 5 years ago

The @jmpsec code is out and tested. We have most of osctrl implementation available in the codebase as well. People will still need to fill it out for what kind of auth they use with osctrl but there isn't much we can do about that.