You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Reported via MacAdmins Slack, running the following query with a Kolide Device Trust API key returned an error response:
select*from kolide_person_open_issue;
Error reported:
Error: kolide: failed to retrieve collection at /people/{resourceId}/open_issues with response: "Kolide K2 API Error: 422 Unprocessable entity" (SQLSTATE HV000)
Steampipe version (steampipe -v)
v0.22.2
Plugin version (steampipe plugin list)
v0.3.0
To reproduce
Run the query provided
Expected behavior
Successful execution and return of reasonable results
Additional context
All other endpoints contain the field being filtered on, but this does not return a person_id
The text was updated successfully, but these errors were encountered:
Describe the bug
Reported via MacAdmins Slack, running the following query with a Kolide Device Trust API key returned an error response:
Error reported:
Steampipe version (
steampipe -v
)v0.22.2
Plugin version (
steampipe plugin list
)v0.3.0
To reproduce
Run the query provided
Expected behavior
Successful execution and return of reasonable results
Additional context
All other endpoints contain the field being filtered on, but this does not return a
person_id
The text was updated successfully, but these errors were encountered: