Skip to main content

Wallix Bastion

Description

The Wallix Bastion connector uses the Wallix Bastion REST API over HTTPS to discover managed accounts, target devices, and user authorisations within a Wallix Bastion PAM deployment. It authenticates using an API key or username/password and provides visibility into session management and privileged access governance.

System Type Classification

FieldValue
System TypePAM Tool
Default Scan Priority500

Version Support

OrbisID EditionSupported
CommunityNo
ProYes
EnterpriseYes

Supported Protocol

ProtocolPortNotes
REST API (HTTPS)443 TCPAPI key via X-Auth-Key header or Basic authentication

What OrbisID Discovers

DataSource
Managed accountsGET /api/wallix-manager/latest/accounts
Target devicesGET /api/wallix-manager/latest/devices
User profilesGET /api/wallix-manager/latest/users
AuthorisationsGET /api/wallix-manager/latest/authorizations
MembershipsDerived from authorisation-to-account grants

Connection Requirements

Required Permissions

Create a dedicated Wallix Bastion user with read-only access to accounts, devices, and authorisations.

Minimum permissions:

  • Auditor profile or equivalent read-only role

Credential Mapping

OrbisID FieldValue
credential.usernameWallix Bastion username
credential.passwordWallix Bastion password or API key
system.hostnameBastion server hostname or IP

Network Requirements

The OrbisID server must have HTTPS access to the Wallix Bastion server on port 443.

Configuration Steps

  1. In the Wallix Bastion console, create a dedicated user with the Auditor profile
  2. Optionally, generate an API key for the user: Administration → API Keys
  3. Create a Credential in OrbisID:
    • Username: Wallix Bastion username
    • Password: Wallix Bastion password or API key
  4. Navigate to Systems → Add System
  5. Fill in the fields:
FieldValue
NameDescriptive name (e.g., Wallix Bastion – Production)
OS TypeWallixBastion
System TypePAM Tool
HostnameBastion server hostname or IP
CredentialThe scanning credential
  1. Click Test Connection
  2. Click Save

Troubleshooting

SymptomLikely CauseResolution
Authentication failedInvalid credentialsVerify the user account in the Wallix Bastion console
No accounts returnedInsufficient permissionsAssign the Auditor profile to the scanning user
SSL certificate errorSelf-signed certificateAdd the Wallix Bastion CA to the OrbisID trust store
Cannot connectBastion unreachableVerify TCP 443 from OrbisID to the Bastion server