Wallix 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

  1. Access Wallix Bastion:
    • Log in to your Wallix Bastion console with administrative privileges.
  2. 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:

  1. Use existing Wallix user credentials:
    • Username: Bastion administrator username
    • Password: Bastion administrator password

Configure the Connector in OverSOC

  1. 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
    • Click Save Configuration.
  2. Using Basic Authentication:
    • Fill in:
      • Endpoint: https://{bastion-hostname}/api/
      • Auth Method: Basic Auth
      • Username: Wallix username
      • Password: Wallix password
    • Click Save Configuration.

Official Documentation

For more details, see: Wallix WBREST API Samples