Wallix
Import your privileged access and recorded sessions data from Wallix
The Wallix connector allows you to import your privileged accounts, recorded sessions and PAM access policies from your Wallix platform.
Objective
The Wallix connector allows you to import the following information:
- Privileged accounts (access management)
- Recorded sessions and audit logs
- PAM access policies (Privileged Access Management)
Prerequisites
- Access to Wallix with data export rights
- Access to Wallix portal or API
Procedure
Create an API Token
- Access Wallix Bastion:
- Log in to your Wallix Bastion console with administrative privileges.
- Generate API Token (Recommended):
- Navigate to Administration > API Tokens.
- Click Add API Token.
- Assign a descriptive name (e.g., "OverSOC Connector").
- Set expiration and required scopes for read access.
- Click Generate.
- Copy the token immediately (displayed only once).
Alternative: Use Basic Authentication
If API tokens are not available, Basic Authentication is supported:
- Use existing Wallix user credentials:
- Username: Bastion administrator username
- Password: Bastion administrator password
Configure the Connector in OverSOC
- Using API Token (Recommended):
- In OverSOC, go to Data Sources Settings > Sources.
- Select Wallix and click Configure.
- Fill in:
- Endpoint:
https://{bastion-hostname}/api/ - Auth Method: API Token
- API Token: Token created above
- Endpoint:
- Click Save Configuration.
- Using Basic Authentication:
- Fill in:
- Endpoint:
https://{bastion-hostname}/api/ - Auth Method: Basic Auth
- Username: Wallix username
- Password: Wallix password
- Endpoint:
- Click Save Configuration.
- Fill in:
Official Documentation
For more details, see: Wallix WBREST API Samples