- 14 Mar 2025
- 2 Minutes to read
- Print
- DarkLight
Sonrai Security
- Updated on 14 Mar 2025
- 2 Minutes to read
- Print
- DarkLight
Sonrai Security offers a cloud security platform focused on identity and data governance. It helps organizations monitor, secure, and manage access to cloud environments by identifying potential vulnerabilities, reducing risks, and ensuring compliance. Its solutions span across cloud infrastructure, DevOps pipelines, and compliance automation.
For detailed information, refer to Sonraiās official documentation.
Integration Method: API
Tables: Ticket Inventory (99405001)
This integration supports the following events.
Event | Description |
---|---|
Ticket | This event provides security and compliance tickets with details on severity, status, assignee, affected resources, policies, and timestamps for tracking and management. |
Note:
Sonrai Security is a continuously updated cloud service. As of this document's preparation, the latest release was on February 6, 2025. Additionally, this integration leverages the Sonrai Security GraphQL API, which does not include an explicit version identifier.
Prerequisites
The user should have access to the Sonrai Security portal.
The user should have access to the DataBee console.
Configuration Overview
Create Authentication token and retrieve organization ID.
Create Sonrai Security data feed in the DataBee console with the required Client credentials
DataBee Feed Parameter | Sonrai Security Parameter |
---|---|
Token | Token |
API Base URL(<Instance>) | Organization ID |
Sonrai Security Configuration
Create Authentication Token
Login to the Sonrai security console.
Scroll through the left navigation bar and click the Search button.
Click on Advanced button.
Paste the below GraphQL query in text area.
mutation createToken { GenerateSonraiUserToken(input: { expiresIn: 2592000, name: "sampletoken" }) { name expireAt token } }
Click the Execute query button to generate an authentication token with a 30-day expiry.
Copy the token, as it will be required during the DataBee configuration process.
Note:
The user must regenerate the token upon expiration. The expiration time is indicated in the expireAt property.
Retrieve Organization ID
To obtain the organization ID, click on the profile icon.
Copy Organization ID, as it will be required during the DataBee configuration process.
DataBee Configuration
Login to the DataBee UI, navigate to Data > Data Feeds and click the Add New Data Feed button.
Search for Sonrai Security and select it.
Click on the API Ingest.
Enter feed contact information and click Next.
In the configuration page, enter the following:
API Base URL: replace <instance> placeholder with the organization id.
Authorization Method: Bearer Token
Token: paste the Token generated earlier in the Sonrai Security portal.
Event Types: preselected for all the event types that integration pulls.
Click Submit.
Troubleshooting Tips
If you encounter an Unauthorized error, it may indicate that the authentication token has expired. In this case, regenerate the token to restore access. To prevent potential issues, consider pasting the token into a text editor to verify that there are no extra spaces or unexpected characters before reconfiguring the DataBee feed.