mirror of
https://github.com/bitwarden/server
synced 2025-12-20 10:13:39 +00:00
[PM-17562] Add HEC integration support (#6010)
* [PM-17562] Add HEC integration support * Re-ordered parameters per PR suggestion * Apply suggestions from code review Co-authored-by: Matt Bishop <mbishop@bitwarden.com> * Refactored webhook request model validation to be more clear --------- Co-authored-by: Matt Bishop <mbishop@bitwarden.com>
This commit is contained in:
@@ -297,6 +297,8 @@ public class GlobalSettings : IGlobalSettings
|
||||
public virtual string SlackIntegrationSubscriptionName { get; set; } = "integration-slack-subscription";
|
||||
public virtual string WebhookEventSubscriptionName { get; set; } = "events-webhook-subscription";
|
||||
public virtual string WebhookIntegrationSubscriptionName { get; set; } = "integration-webhook-subscription";
|
||||
public virtual string HecEventSubscriptionName { get; set; } = "events-hec-subscription";
|
||||
public virtual string HecIntegrationSubscriptionName { get; set; } = "integration-hec-subscription";
|
||||
|
||||
public string ConnectionString
|
||||
{
|
||||
@@ -336,6 +338,9 @@ public class GlobalSettings : IGlobalSettings
|
||||
public virtual string WebhookEventsQueueName { get; set; } = "events-webhook-queue";
|
||||
public virtual string WebhookIntegrationQueueName { get; set; } = "integration-webhook-queue";
|
||||
public virtual string WebhookIntegrationRetryQueueName { get; set; } = "integration-webhook-retry-queue";
|
||||
public virtual string HecEventsQueueName { get; set; } = "events-hec-queue";
|
||||
public virtual string HecIntegrationQueueName { get; set; } = "integration-hec-queue";
|
||||
public virtual string HecIntegrationRetryQueueName { get; set; } = "integration-hec-retry-queue";
|
||||
|
||||
public string HostName
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user