wazuh #726
rafaelsupport
started this conversation in
General
wazuh
#726
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Has anyone tried configuring the wazuh API?
From Wazuh API Docs I need to auth with
curl -u <USER>:<PASSWORD> -k -X POST "https://<HOST_IP>:55000/security/user/authenticate"
and use token from response for all endpoints in headers, like this: "Authorization: Bearer $TOKEN"I didn't found a way to do something like this
Beta Was this translation helpful? Give feedback.
All reactions