Skip to content

docs(pam): add docs for postgres web access#5498

Merged
saifsmailbox98 merged 2 commits intomainfrom
saif/pam-4-postgres-web-access-docs
Feb 16, 2026
Merged

docs(pam): add docs for postgres web access#5498
saifsmailbox98 merged 2 commits intomainfrom
saif/pam-4-postgres-web-access-docs

Conversation

@saifsmailbox98
Copy link
Contributor

Context

Adds docs for PAM postgres web access/web launcher

Screenshots

Steps to verify the change

Type

  • Fix
  • Feature
  • Improvement
  • Breaking
  • Docs
  • Chore

Checklist

  • Title follows the conventional commit format: type(scope): short description (scope is optional, e.g., fix: prevent crash on sync or fix(api): handle null response).
  • Tested locally
  • Updated docs (if needed)
  • Read the contributing guide

@linear
Copy link

linear bot commented Feb 16, 2026

@maidul98
Copy link
Collaborator

maidul98 commented Feb 16, 2026

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Feb 16, 2026

Greptile Summary

Adds documentation for the PAM PostgreSQL Web Access feature, which allows users to run SQL queries against PostgreSQL databases directly from the browser via the Infisical dashboard.

  • New overview page (overview.mdx) explaining how Web Access works, including a mermaid sequence diagram of the WebSocket-based architecture, session limits table, and links to supported resources.
  • New PostgreSQL page (postgresql.mdx) with step-by-step connection instructions, SQL usage examples, transaction support, PostgreSQL-specific limits (30s statement timeout), and an FAQ clarifying it's a custom SQL REPL rather than an actual psql session.
  • Navigation updated in docs.json to add a "Web Access" sub-group under PAM Product Reference.
  • Four supporting screenshots added for the connection flow UI.

Confidence Score: 5/5

  • This is a docs-only PR with no code changes — safe to merge.
  • This PR adds only documentation files (MDX) and images (PNG). There are no code changes, no API modifications, and no security implications. The documentation is well-structured, consistent with existing PAM docs, has correct internal cross-references, and all referenced images are present.
  • No files require special attention.

Important Files Changed

Filename Overview
docs/docs.json Adds a new "Web Access" group under PAM Product Reference with overview and postgresql pages. Structure is consistent with existing navigation patterns.
docs/documentation/platform/pam/product-reference/web-access/overview.mdx New overview page for Web Access feature. Includes architecture diagram (mermaid sequence), session limits table, and links to PostgreSQL sub-page. Well-structured and consistent with other PAM docs.
docs/documentation/platform/pam/product-reference/web-access/postgresql.mdx New PostgreSQL-specific web access documentation. Covers connecting steps, SQL usage examples, transaction support, limits, and FAQ. Cross-references the overview page for common session limits.

Last reviewed commit: 49fbf77

@saifsmailbox98 saifsmailbox98 merged commit 05c11ba into main Feb 16, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants