-
-
Notifications
You must be signed in to change notification settings - Fork 393
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Installation Type *
VPS
Vito Version *
3.20.0
Describe the Bug *
There is no way to enable remote connection due to default postgresql config.
- There is no proper line in pg_hba.conf
- listen_addresses directive in postgresql.conf is commented, and by default PGSQL listens on localhost
Steps to Reproduce *
- Enable remote connection on postgreSQl user
- Try to connect from remote host
Expected Behavior *
- Vito should change
listen_addressesto '*' during installation - Vito should add
host all all 0.0.0.0/0 scram-sha-256to pg_hba.conf during installatiojn
This should not be a security vulnerability due to firewall that protects network. User should also enable port 5432 to allow remote connections, and user should be informed about this in remote connection section.
Logs *
None
Screenshots
No response
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working