- 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.
Integration
Integration Method: API
Tables: Ticket
Sonrai Security Configuration
To use the integration, you will need to get a Bearer Token.
Login to the Sonrai security console
Click on Search button
Click on Advanced button
Past below graphQl query.
mutation createToken { GenerateSonraiUserToken (input:{ expiresIn: 7200 name: "sampletoken" }) { name expireAt token } }
Executing this query will generate a bearer token with an expiry of 30 days. A new token will need to be generated every 30 days.
Copy the Bearer Token. It will be used when configuring DataBee
To obtain the organization ID which we needed to create the API URL, click on the profile icon.
Copy organization id we need while setting up databee.
DataBee Configuration
Log into the DataBee console, navigate to Data and click on Add New Data Source.
Search for Sonrai Security and click it
Select API Ingest
Configure
Choose Bearer Token as the Authorization method
Create your own URL using this https://<organization id>.sonraisecurity.com/graphql put your organization id.
Paste the Bearer Token into the Token field. Since the Bearer Token expires after 30 days, it needs to be updated every 30 days; otherwise, an unauthorized error will occur.