Question

Difficulty: HardIdentity and Access Management Operations

An enterprise security team is configuring a Just-In-Time (JIT) Privileged Access Management (PAM) workflow with short-lived ephemeral credentials for database administrators. Place the operational lifecycle steps in the correct chronological order from the initial access request through session termination.

  1. 1The database administrator authenticates to the PAM portal and submits a time-bound access request specifying the target database and ticket justification.
  2. 2The PAM system validates the approval workflow policy and requests the Identity Provider (IdP) to issue a short-lived ephemeral credential.
  3. 3The administrator connects to the database via the PAM proxy gateway using the generated ephemeral credential.
  4. 4The PAM proxy gateway captures live keystroke logs, records the session, and monitors commands against policy rules in real time.
  5. 5Upon reaching the designated time limit, the PAM controller revokes the ephemeral credential and forces active proxy connections to close.

Answer

The operational sequence begins with administrator authentication and request submission, followed by automated policy validation and ephemeral credential generation, session initiation through the PAM proxy gateway, real-time command monitoring and session recording during operation, and concludes with automated credential revocation and session termination upon time window expiry.
The correct operational lifecycle follows the principle of least privilege and Just-In-Time access controls. It starts with the administrator requesting access with justification. Next, authorization policies are checked and ephemeral credentials with short TTLs are issued. The administrator then logs into the target through a PAM proxy gateway, which maintains active session monitoring and command logging throughout the connection. Finally, once the access time window lapses, the PAM system automatically revokes credentials and terminates open connections.

Step-by-Step Solution

1
Identify the request phase
The administrator submits an access request with ticket justification via the PAM portal.
JIT workflows require explicit administrative intent and justification prior to provisioning privileges.
2
Determine the provisioning phase
The PAM controller evaluates the rule baseline and generates an ephemeral, short-lived credential.
Credentials must be dynamically created with strict Time-to-Live (TTL) attributes before access can be granted.
3
Identify the session entry phase
The administrator establishes a database session routed through the PAM proxy gateway using the ephemeral credential.
Routing connections through a proxy ensures direct database access is blocked and session telemetry is captured.
4
Determine the operational monitoring phase
The proxy gateway performs active session recording and real-time command monitoring.
Active monitoring must happen concurrently with session execution to maintain auditability and prevent unauthorized command execution.
5
Identify the teardown phase
The PAM system automatically invalidates the short-lived credential and terminates active proxy sessions upon window expiration.
Automated revocation enforces zero lingering privileges and minimizes standing access risks.

Key Concept

Just-In-Time (JIT) Privileged Access Management (PAM) Lifecycle
Rate this question