ed-pilots-network / backend

Project to consume the Kafka, process the messages and provide an API to access the data
Apache License 2.0
12 stars 5 forks source link

Change database ports to only listen on localhost #149

Closed TheGuyDanish closed 6 months ago

TheGuyDanish commented 7 months ago

The port change was originally introduced in #138, this PR improves security in the environment by only listening on localhost. It should assumed that whoever will need access can use SSH to get to the server and use whatever tool they need. Be it psql on the server or in a Docker container, or by tunnelling software through SSH via stunnel or similar.

TheGuyDanish commented 6 months ago

(Closing this and will reopen in a bit of hand off. I'm cooking something else as well now and forgot this was still open. 👀)