PAM import/extend: new DB protocols, RBI settings, and scrollback aligned with Web Vault#2146
Merged
Merged
Conversation
…le/mongodb/redis/elasticsearch/clickhouse/dynamodb)
…/clickhouse/dynamodb DB protocols
sk-keeper
pushed a commit
that referenced
this pull request
Jun 13, 2026
…gned with Web Vault (#2146) * Added new RBI PAM settings * pam rbi edit: add --session-persistence (none/user/resource) option * pam connection edit: add all DB protocols to --protocol (mariadb/oracle/mongodb/redis/elasticsearch/clickhouse/dynamodb) * pam import/extend: support mariadb/oracle/mongodb/redis/elasticsearch/clickhouse/dynamodb DB protocols * pam import/extend: add scrollback for terminal and CLI-capable DB protocols
sk-keeper
pushed a commit
that referenced
this pull request
Jun 13, 2026
…gned with Web Vault (#2146) * Added new RBI PAM settings * pam rbi edit: add --session-persistence (none/user/resource) option * pam connection edit: add all DB protocols to --protocol (mariadb/oracle/mongodb/redis/elasticsearch/clickhouse/dynamodb) * pam import/extend: support mariadb/oracle/mongodb/redis/elasticsearch/clickhouse/dynamodb DB protocols * pam import/extend: add scrollback for terminal and CLI-capable DB protocols
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Extends Commander PAM import/extend and related CLI commands to match Web Vault capabilities for database protocols, RBI settings, and terminal scrollback.
pam project import/extendrecognizes mariadb, oracle, mongodb, redis, elasticsearch, clickhouse, and dynamodb (alongside existing mysql/postgresql/sql-server). Connection classes, validation, and README examples updated.pam connection edit --protocol— accepts all 10 DB protocol wire values.pam rbi edit --session-persistence(none/user/resource).scrollback(Maximum Scrollback Size) on import for ssh/telnet/kubernetes and CLI-capable DBs (mysql/postgresql/sql-server).pam connection edit --scrollbackgated to the same set (mirrors WVisKeeperDbOnlyProtocol; keeperDb-only DBs do not get terminal display / scrollback).is_cli_capable_db_protocol/is_keeper_db_only_protocolhelpers inpam_import/base.pyparallel to the vault.