-
Notifications
You must be signed in to change notification settings - Fork 296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't copy api key #1223
Comments
Hmmm that's strange. I just tried this on my setup and the button works (the popup disappears but the key gets copied to your clipboard, with a message underneath). Can you try clicking on the button and then pasting the contents of your clipboard somewhere else? |
hi @tomchop So we managed to get "access_token" and authenticate ourselves on postman, but if we try a GET on "/api/v2/observables/" we receive "method not allowed". |
Hi @tomchop At this point, it seems that the problem lies in the integration of wazuh (the python script cited here ) Anyway, thank you so much for your support! i really appreciate |
Glad I could help! I had a quick look at the code in the Wazuh blogpost, and they're not querying Yeti in the most efficient way, to say the least. They seem to be wanting to list all observables using It would be much more efficient to query the Yeti API using the /search endpoint and providing the MD5 has (or any other observable value) directly, like in the example I sent you. Then I suppose the rest of the integration can almost be used as-is. |
Hi,
I'm having this problem following the installation of Yeti.
I installed the docker's version without problems. Literally with the Default parameters.
I was able to enable the feeds and create users but when I try to create the api key, I find myself in this situation like in the image, and I can't click!
I tried with all existing browsers without success.
I tried with keyboard too (tab and enter) with no avail.
Has this happened to anyone?
I hope to find a solution.
Thanks in advance.
Emanuele
The text was updated successfully, but these errors were encountered: