Skip to content

Masinette integrations elba #13503

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions docs/organization/integrations/compliance/elba/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: Elba
sidebar_order: 1
description: "Learn about Sentry's Elba integration."
---

This integration connects Sentry with Elba's access review platform to provide organizations with a comprehensive solution for managing and reviewing user access within Sentry.
This helps users enhance security, ensure compliance, and improve operational efficiency by providing:

- Risk Reduction: Regular access reviews help identify and eliminate unnecessary or unauthorized access, reducing the risk of data breaches and insider threats.
- Proactive Management: Early detection of permission anomalies allows for prompt corrective actions.

It connects to Sentry's API to fetch detailed information about organization members, including their roles, team memberships, and permission levels. The retrieved data is presented within Elba's platform, where administrators can systematically review each user's access rights. And, The platform analyzes user permissions to identify potential security risks, such as excessive privileges or outdated access, and provides recommendations for remediation.


This integration is maintained and supported by Elba. For more details, or questions, feel free to contact support@elba.security.

## Install and Configure

<Alert>

Sentry Owner, Manager, or Admin permissions are required to install this integration.

</Alert>

1. Navigate to **Settings > Integrations > Elba**

2. Follow the full [Elba installation instructions](https://sentry.elba.security/install).
2 changes: 1 addition & 1 deletion docs/organization/integrations/compliance/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Compliance
sidebar_order: 95
description: "Learn more about Sentry's compliance integrations."
---

- [Elba](/organization/integrations/compliance/elba/)
- [Truto](/organization/integrations/compliance/truto/)
- [Vanta](/organization/integrations/compliance/vanta/)
- [Vanta EU](/organization/integrations/compliance/vanta-eu/)
1 change: 1 addition & 0 deletions docs/organization/integrations/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ For more details, see the [full Integration Platform documentation](/organizatio

| Integration | API |
| ------------------------------------------------ | --- |
| [Elba](/organization/integrations/compliance/elba/) | X |
| [Truto](/organization/integrations/compliance/truto/) | X |
| [Vanta](/organization/integrations/compliance/vanta/) | X |
| [Vanta EU](/organization/integrations/compliance/vanta-eu/) | X |
Expand Down