Closed
Description
Request Type
Feature Request
Work Environment
Question | Answer |
---|---|
OS version (server) | CentOS |
TheHive version / git hash | 4.1.0 |
Package Type | Docker |
Problem Description
Currently webhooks can be configured to fire for events across all organisations:
webhook {
endpoints = [
{
name: test
url: "https://example.com/webhook_1"
includedTheHiveOrganisations: ["*"]
excludedTheHiveOrganisations: []
}
]
}
The webhook however doesn't include information on which organisation a hook was generated from. It's also not possible to get this information by querying unless you guess and check every organisation you have credentials for.