Skip to content

Commit e021b9c

Browse files
authored
Masinette integrations elba (#13503)
<!-- Use this checklist to make sure your PR is ready for merge. You may delete any sections you don't need. --> ## DESCRIBE YOUR PR *Tell us what you're changing and why. If your PR **resolves an issue**, please link it so it closes automatically.* ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go live. - [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE --> - [ ] Other deadline: <!-- ENTER DATE HERE --> - [ ] None: Not urgent, can wait up to 1 week+ ## SLA - Teamwork makes the dream work, so please add a reviewer to your PRs. - Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it. Thanks in advance for your help! ## PRE-MERGE CHECKLIST *Make sure you've checked the following before merging your changes:* - [ ] Checked Vercel preview for correctness, including links - [ ] PR was reviewed and approved by any necessary SMEs (subject matter experts) - [ ] PR was reviewed and approved by a member of the [Sentry docs team](https://github.com/orgs/getsentry/teams/docs) ## LEGAL BOILERPLATE <!-- Sentry employees and contractors can delete or ignore this section. --> Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms. ## EXTRA RESOURCES - [Sentry Docs contributor guide](https://docs.sentry.io/contributing/)
1 parent 7991b6f commit e021b9c

File tree

3 files changed

+30
-1
lines changed

3 files changed

+30
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: Elba
3+
sidebar_order: 1
4+
description: "Learn about Sentry's Elba integration."
5+
---
6+
7+
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.
8+
This helps users enhance security, ensure compliance, and improve operational efficiency by providing:
9+
10+
- Risk Reduction: Regular access reviews help identify and eliminate unnecessary or unauthorized access, reducing the risk of data breaches and insider threats.
11+
- Proactive Management: Early detection of permission anomalies allows for prompt corrective actions.
12+
13+
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.
14+
15+
16+
This integration is maintained and supported by Elba. For more details, or questions, feel free to contact [email protected].
17+
18+
## Install and Configure
19+
20+
<Alert>
21+
22+
Sentry Owner, Manager, or Admin permissions are required to install this integration.
23+
24+
</Alert>
25+
26+
1. Navigate to **Settings > Integrations > Elba**
27+
28+
2. Follow the full [Elba installation instructions](https://sentry.elba.security/install).

docs/organization/integrations/compliance/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Compliance
33
sidebar_order: 95
44
description: "Learn more about Sentry's compliance integrations."
55
---
6-
6+
- [Elba](/organization/integrations/compliance/elba/)
77
- [Truto](/organization/integrations/compliance/truto/)
88
- [Vanta](/organization/integrations/compliance/vanta/)
99
- [Vanta EU](/organization/integrations/compliance/vanta-eu/)

docs/organization/integrations/index.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ For more details, see the [full Integration Platform documentation](/organizatio
124124

125125
| Integration | API |
126126
| ------------------------------------------------ | --- |
127+
| [Elba](/organization/integrations/compliance/elba/) | X |
127128
| [Truto](/organization/integrations/compliance/truto/) | X |
128129
| [Vanta](/organization/integrations/compliance/vanta/) | X |
129130
| [Vanta EU](/organization/integrations/compliance/vanta-eu/) | X |

0 commit comments

Comments
 (0)