jmpsec / osctrl

Fast and efficient osquery management
https://osctrl.net
MIT License
394 stars 51 forks source link

Fix for osctrl-api context type mismatch #550

Closed zhuoyuan-liu closed 4 weeks ago

zhuoyuan-liu commented 1 month ago

This pull request fixes a context type mismatch issue https://github.com/jmpsec/osctrl/issues/549 in the osctrl-api code. The contextValue and contextKey types have been renamed to ContextValue and ContextKey respectively to be used by auth.go.