OnePAM Playground PostgreSQL — PostgreSQL 16 with sample data for testing PAM database access
1.1K
PostgreSQL 16 instance pre-loaded with sample data for testing privileged database access.
An isolated PostgreSQL target designed for the OnePAM playground. Demo and test query logging, credential rotation, just-in-time database access, and SQL policy enforcement.
docker run -d --name playground-postgres \
-p 5432:5432 \
onepam/playground-postgres:latest
Connect with any PostgreSQL client:
psql -h localhost -U demo -d playground
# Password: demo
| Variable | Description | Default |
|---|---|---|
POSTGRES_USER | Database username | demo |
POSTGRES_PASSWORD | Database password | demo |
POSTGRES_DB | Default database name | playground |
The playground database is initialized with sample tables and data, ready for testing query logging, row-level access policies, and credential rotation workflows.
This image is part of the OnePAM Playground — a suite of isolated demo targets:
| Image | Protocol |
|---|---|
| onepam/playground-ssh | SSH |
| onepam/playground-rdp | RDP |
| onepam/playground-postgres | PostgreSQL |
| onepam/playground-mysql | MySQL |
| onepam/playground-http | HTTP |
Full documentation: https://onepam.com/docs
Proprietary — https://onepam.com/terms
Content type
Image
Digest
sha256:4c65c3833…
Size
104.9 MB
Last updated
5 months ago
docker pull onepam/playground-postgres