System Requirements
Technical prerequisites and requirements for using Axura effectively, including browser support, integration permissions, and network configurations.
Browser Requirements
Axura is a web-based platform that runs in modern browsers. We recommend using the latest version of these browsers for the best experience:
| Browser | Minimum Version | Status |
|---|---|---|
| Google Chrome | 90+ | ✅ Fully Supported |
| Mozilla Firefox | 88+ | ✅ Fully Supported |
| Microsoft Edge | 90+ | ✅ Fully Supported |
| Safari | 14+ | ✅ Fully Supported |
| Internet Explorer | Any | ❌ Not Supported |
💡 JavaScript Required
Axura requires JavaScript to be enabled in your browser. Please ensure JavaScript is not blocked by browser extensions or corporate policies.
Network Requirements
If your organization uses a firewall or proxy, ensure the following domains are accessible:
# Core Application
app.axura.io
api.axura.io
# Authentication
auth.axura.io
*.supabase.co
# Static Assets
cdn.axura.io
# Real-time Updates (WebSocket)
realtime.axura.io
wss://realtime.axura.ioIntegration Requirements
AWS Requirements
To connect AWS accounts, you need:
- AWS account with IAM admin permissions (to create the role)
- Ability to create IAM roles and policies
- Access to AWS CloudFormation (optional, for automated setup)
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"ec2:Describe*",
"s3:GetBucket*",
"s3:ListBucket",
"iam:Get*",
"iam:List*",
"cloudtrail:Describe*",
"config:Describe*",
"guardduty:Get*",
"guardduty:List*",
"kms:Describe*",
"rds:Describe*",
"lambda:Get*",
"lambda:List*",
"secretsmanager:List*",
"sns:Get*",
"sns:List*",
"sqs:Get*",
"sqs:List*"
],
"Resource": "*"
}
]
}GCP Requirements
For Google Cloud Platform integration:
- GCP project with Viewer role access
- Service account with appropriate permissions
- Enable required APIs (Compute, IAM, Cloud Storage, etc.)
GitHub Requirements
For GitHub integration:
- Organization admin access (to install the GitHub App)
- Repository read access for scanning
- GitHub Advanced Security (optional, for enhanced scanning)
SSO Requirements
For Single Sign-On (SSO) configuration, Axura supports:
| Protocol | Providers | Requirements |
|---|---|---|
| SAML 2.0 | Okta, Azure AD, OneLogin, Ping | IdP metadata URL or XML |
| OIDC | Auth0, Google Workspace, Azure AD | Client ID, Client Secret, Issuer URL |
Email Requirements
Axura sends notifications via email. Ensure these sender addresses are whitelisted:
noreply@axura.io
notifications@axura.io
alerts@axura.io
support@axura.ioData Residency
Axura stores data in the following regions:
- Primary: US-East (AWS us-east-1)
- EU: Frankfurt (AWS eu-central-1) - available on Enterprise plans
- APAC: Singapore (AWS ap-southeast-1) - available on Enterprise plans
⚠️ Data Sovereignty
If you have specific data residency requirements, please contact our sales team to discuss deployment options in your preferred region.
API Rate Limits
The Axura API has the following rate limits:
| Plan | Requests/Minute | Requests/Day |
|---|---|---|
| Free | 60 | 1,000 |
| Pro | 300 | 50,000 |
| Enterprise | 1,000 | Unlimited |
