Skip to main content

PAM System Components

This section defines and manages the core components that operate within the Grizzle ZT-PAM infrastructure (such as the Session Manager and Password Manager).
Each component performs a distinct security or access-related function and can be managed independently.


Overview

This page lists the existing components and allows administrators to add new ones.

FieldDescription
TypeSpecifies the component type (e.g., Session Manager or Password Manager).
NameDisplays the name of the defined component.
StatusIndicates whether the component is active in the system.
ActionAllows editing, deleting, or managing the selected component.

New components can be added using the + NEW SESSION MANAGER or + NEW PASSWORD MANAGER buttons at the top of the page.


Component Types

Session Manager (PSM)

  • Full name: Grizzle PSM Server
  • Function: Enables the secure initiation, monitoring, and recording of privileged sessions.
  • Key Features:
    • Isolates user access to remote systems
    • Records sessions as video files
    • Provides real-time monitoring and session termination capabilities

Password Manager (CPM)

  • Full name: Grizzle CPM Server
  • Function: Manages, verifies, and changes the passwords of privileged accounts.
  • Key Features:
    • Performs automatic password rotation
    • Executes password verification and reconciliation processes
    • Securely stores credentials in the Vault

Adding a New Session Manager

To add a new Session Manager, click the + NEW SESSION MANAGER button.
The form includes the following fields:

FieldDescription
NameDisplay name for the Session Manager, e.g., Grizzle PSM Server.
Session DetailsThe section includes two parts:
- Domain NameSpecifies the domain name of the server (e.g., test.local).
- IP/AddressIP address of the Session Manager server (e.g., 10.0.0.10).
StatusIndicates whether the component is active or inactive.

💡 When set to Active, the system starts using this component as a connection endpoint.

Once completed, click Save to register the configuration.
The new component will automatically appear in the component list.


Adding a New Password Manager

To define a new Password Manager, click the + NEW PASSWORD MANAGER button.
The form requires the following information:

FieldDescription
Password Manager NameThe name displayed in the system (e.g., Grizzle CPM Server).
Password Manager Display IDMust match the ID specified in the CPM component configuration (e.g., CPM01).
IP/AddressThe IP address of the Password Manager server (e.g., 10.0.0.11).
StatusIndicates whether the component is active or inactive.

💡 When activated, the Password Manager handles all password management operations in the system.

After clicking Save, the new CPM component is added to the list.


Toolbar Functions

Button / ControlDescription
Refresh TimeDefines the automatic list refresh interval (None, 30s, 1m, etc.).
RefreshManually updates the current component statuses.
DensityAdjusts table row spacing.
Save / ResetSaves or resets the current view layout.
ColumnsAllows selecting which columns to display in the table.
SearchEnables searching for components by name.

Management Recommendations

  • High Availability (HA):
    You can implement HA or load balancing scenarios by defining multiple Session Managers and Password Managers.

ComponentFunctionPrimary Responsibility
PSM (Session Manager)Session ManagementSecure access, recording, and monitoring
CPM (Password Manager)Password ManagementPassword rotation, verification, and storage

This page serves as the central management interface for configuring the core components of the Grizzle ZT-PAM system.
From here, administrators can manage modular components, add new ones, or update existing configurations.