Page MenuHomeDevCentral

Configure client authentication
ClosedPublic

Authored by dereckson on Mar 9 2023, 01:42.
Tags
None
Referenced Files
F3717128: D2867.diff
Wed, Nov 6, 01:30
F3716146: D2867.id7303.diff
Tue, Nov 5, 12:48
F3715190: D2867.diff
Tue, Nov 5, 02:20
Unknown Object (File)
Sun, Oct 27, 07:33
Unknown Object (File)
Sun, Oct 27, 07:33
Unknown Object (File)
Sun, Oct 27, 04:04
Unknown Object (File)
Sun, Oct 27, 03:35
Unknown Object (File)
Thu, Oct 24, 23:54
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.