Requirements
Before deploying Resiliency IO, make sure the following prerequisites are in place to ensure a successful installation.
Networking
A dedicated base domain (ex: myapp.resiliency.io)
Configured DNS
The following DNS records are required for the installation:
| Record | Description | Example |
|---|---|---|
console.<base_domain> | A DNS record to access the web console. | console.example.com |
api.<base_domain> | A DNS record used by users to access the ResiliencyIO API. | api.example.com |
inventory.<base_domain> | A DNS record used by agents to upload data to ResiliencyIO API. | inventory.example.com |
SSO (Optional)
Single Sign-On is optional. If you want to enable SSO to access the web console, you must configure one of the supported identity providers.
Microsoft
To enable SSO with Microsoft, the following values are required:
| Variable | Description |
|---|---|
| ClientID | Microsoft application ID |
| ClientSecret | Microsoft client secret |
| Tenant | Microsoft tenant UUID or name |
OIDC (e.g., Authentik)
To enable SSO using an OpenID Connect (OIDC) provider such as Authentik, the following values are required:
| Variable | Description |
|---|---|
| ClientID | OIDC client ID |
| ClientSecret | OIDC client secret |
| Issuer | OIDC issuer URL |