postgresql/test/examples/pgaudit
phracek a6253005a7 Merge pull request #449 from sclorg/use_internal_openshift_registry
Use OpenShift internal registry instead of external
2022-06-13 11:54:08 +00:00
..
postgresql-cfg Merge pull request #449 from sclorg/use_internal_openshift_registry 2022-06-13 11:54:08 +00:00
README Merge pull request #449 from sclorg/use_internal_openshift_registry 2022-06-13 11:54:08 +00:00

The PostgreSQL Audit Extension (or pgaudit) provides detailed session and/or object
audit logging via the standard logging facility provided by PostgreSQL.

Bind-mount this directory under /opt/app-root/src in the container, and all the
*.conf files from postgresql-cfg/ files will be included to postgresql.conf.

This config file enables the pgaudit extensions that is available in the container
image, but needs to be enabled.

More about pgaudit extension at https://www.pgaudit.org.