AbGuthrie / goquery

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

Multiple Auth Mechanisms #82

Closed obelisk closed 5 years ago

obelisk commented 5 years ago

This is my first attempt to do multiple authentication mechanisms and integrate them all into goquery.

Right now there are two, mock and osctrl. The osctrl stuff still needs some work but I haven't had a chance to set up test infra that uses just username and password authentication.

Not sure about the architecture, feels a little janky.