Skip to content
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

[Feature Request] Include organisation ID in webhooks #1865

Closed
pemontto opened this issue Mar 22, 2021 · 1 comment
Closed

[Feature Request] Include organisation ID in webhooks #1865

pemontto opened this issue Mar 22, 2021 · 1 comment
Assignees
Milestone

Comments

@pemontto
Copy link

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.

@pemontto
Copy link
Author

Awesome, that was quick! Exactly what we needed 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants