Page MenuHomeDevCentral

Configure client authentication
ClosedPublic

Authored by dereckson on Mar 9 2023, 01:42.
Tags
None
Referenced Files
F2744532: D2867.diff
Thu, Mar 28, 18:04
Unknown Object (File)
Mon, Mar 25, 07:52
Unknown Object (File)
Mon, Mar 25, 07:52
Unknown Object (File)
Sat, Mar 23, 23:31
Unknown Object (File)
Fri, Mar 22, 11:30
Unknown Object (File)
Fri, Mar 22, 11:18
Unknown Object (File)
Tue, Mar 19, 02:16
Unknown Object (File)
Sun, Mar 10, 18:22
Subscribers
None

Details

Summary

This configuration is based on the PostgreSQL Docker image one,
with an extra entry to allow authenticated replication.

Ref T1791.

Test Plan

Build and test on Dwellers. Deploy on docker-002.

Diff Detail

Repository
rDPGSENTRY PostgreSQL Docker image for Sentry
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
dereckson edited the summary of this revision. (Show Details)
$ docker logs sentry_db
[…]
CREATE DATABASE

/usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/provision-init-config.sh
[…]
LOG:  database system is ready to accept connections
`

After initialization, /srv/sentry_db/postgresql/pg_hba.conf is well our file.

This revision is now accepted and ready to land.Mar 9 2023, 01:55

An image for this diff is available in our registry: docker pull registry.nasqueron.org/postgres-sentry:D2867.

This revision was automatically updated to reflect the committed changes.