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
If you use the sampe docker-compose.yml, thehive fails to talk to cortex ("about" page says "AUTH_ERROR"), and prints no helpful error messages. The sample files should work, and thehive should emit meaningful error messages if it fails to establish a connection.
TheHive can use Cortex if you create an account in Cortex and configure TheHive with it:
after database update, go to Cortex administration page, create an organization and a user with, at least "analyze" role. Create an API key for that user.
update your docker-compose.yml and add command: --cortex-key **KEY** in thehive section (under "image: thehiveproject/thehive"). Obviously replace KEY by the key from Cortex.
Request Type
Bug
Work Environment
Problem Description
If you use the sampe docker-compose.yml, thehive fails to talk to cortex ("about" page says "AUTH_ERROR"), and prints no helpful error messages. The sample files should work, and thehive should emit meaningful error messages if it fails to establish a connection.
Steps to Reproduce
docker-compose up
Complementary information
docker-compose output
The text was updated successfully, but these errors were encountered: