DeployBeat
Metrics How it works Integrations Security Pricing FAQ Request access

Security Overview

Last updated: 17 July 2026.

Security is central to DeployBeat's design. This page summarizes how we protect your data. Vulnerability reports: security@deploybeat.com.

Architecture

DeployBeat uses an outbound (push) model: your Git and CI send webhooks to us. We never require inbound access to your network, no agent runs on your servers, and no firewall port is opened.

Authentication and integrity

GitHub and Bitbucket webhooks are verified by HMAC-SHA256; GitLab by a per-installation token; PagerDuty by its signature; Jenkins, Argo CD and Alertmanager by a per-installation bearer token — all with constant-time comparison. Calls from Jira validate the Forge Invocation Token (RS256) against Atlassian's published keys, with issuer, audience and expiry enforced. Events are de-duplicated by a deterministic content hash.

Encryption

All traffic is encrypted in transit with TLS. Data at rest is stored in a managed PostgreSQL database with encryption at rest.

Tenant isolation and data minimization

Each installation's data is scoped to that installation. We store only the metadata needed to compute metrics — event references and URLs, Jira issue keys, incident references, commit author name, timestamps. We do not store source code, passwords, or payment data.

Hardening

Signed and rate-limited ingestion, request-size limits, configurable data retention, structured audit logging and OpenTelemetry tracing.

Data lifecycle

On uninstall, all of that installation's data is erased from our backend. Deletion or export can be requested at any time.

Reporting a vulnerability

Please report suspected vulnerabilities to security@deploybeat.com. We aim to acknowledge within two business days.

DeployBeat

Engineering Intelligence and DORA metrics for Git behind the firewall.

Product
MetricsHow it worksIntegrationsPricingDocumentation
Trust
SecurityPrivacyDPATerms
Contact
hello@deploybeat.comReport a vulnerability
© 2026 DeployBeatPush architecture · no inbound access