Actions
User story #8901
closedBeautify pg_hba.conf
Effort required:
Name check:
Fix check:
Regression:
Description
Rudder adds it's own entries to pg_hba.conf.
Unfortunately, they are not marked as managed by rudder.
Also they're at the start of the file instead of the end, where all the other auth settings are.
Looks really sloppy, like a drunk admin did it.
host all rudder 127.0.0.1/32 md5
host all rudder ::1/128 md5
- PostgreSQL Client Authentication Configuration File
- =================================================== #
- Refer to the "Client Authentication" section in the
- PostgreSQL documentation for a complete description
- of this file. A short synopsis follows. #
- This file controls: which hosts are allowed to connect, how clients
SNIPSNAP
- TYPE DATABASE USER CIDR-ADDRESS METHOD
- "local" is for Unix domain socket connections only
local all all ident - IPv4 local connections:
host all all 127.0.0.1/32 ident - IPv6 local connections:
host all all ::1/128 ident@
Updated by François ARMAND about 8 years ago
- Assignee set to Alexis Mousset
- Priority changed from N/A to 4
- Target version set to 4.0.0~rc2
Updated by François ARMAND about 8 years ago
- Target version changed from 4.0.0~rc2 to 321
Updated by Alexis Mousset about 8 years ago
- Target version changed from 321 to 4.0.1
Updated by Vincent MEMBRÉ almost 8 years ago
- Target version changed from 4.0.1 to 4.0.2
Updated by Vincent MEMBRÉ almost 8 years ago
- Target version changed from 4.0.2 to 4.0.3
Updated by Vincent MEMBRÉ almost 8 years ago
- Target version changed from 4.0.3 to 4.0.4
Updated by Benoît PECCATTE over 7 years ago
- Tracker changed from Bug to User story
Updated by Vincent MEMBRÉ over 7 years ago
- Target version changed from 4.0.4 to 4.0.5
Updated by Vincent MEMBRÉ over 7 years ago
- Target version changed from 4.0.5 to 4.0.6
Updated by Vincent MEMBRÉ over 7 years ago
- Target version changed from 4.0.6 to 4.0.7
Updated by Vincent MEMBRÉ over 7 years ago
- Target version changed from 4.0.7 to 357
Updated by Alexis Mousset over 7 years ago
- Target version changed from 357 to 4.1.6
Updated by Vincent MEMBRÉ over 7 years ago
- Target version changed from 4.1.6 to 4.1.7
Updated by Vincent MEMBRÉ about 7 years ago
- Target version changed from 4.1.7 to 4.1.8
Updated by Vincent MEMBRÉ about 7 years ago
- Target version changed from 4.1.8 to 4.1.9
Updated by Vincent MEMBRÉ almost 7 years ago
- Target version changed from 4.1.9 to 4.1.10
Updated by Alexis Mousset almost 7 years ago
- Target version changed from 4.1.10 to Ideas (not version specific)
Updated by Nicolas CHARLES over 5 years ago
- Category changed from System techniques to Packaging
- Assignee changed from Alexis Mousset to Nicolas CHARLES
- Target version changed from Ideas (not version specific) to 5.0.10
we are doing a sed -i li to add the line, we should really simply do echo " " >> ${PG_HBA_FILE}
Updated by Nicolas CHARLES over 5 years ago
- Status changed from New to In progress
Updated by Nicolas CHARLES over 5 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Nicolas CHARLES to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder-packages/pull/1888
Updated by Rudder Quality Assistant over 5 years ago
- Assignee changed from Benoît PECCATTE to Nicolas CHARLES
Updated by Nicolas CHARLES over 5 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-packages|98170f29d5f191020e56bbf2bbc06f559ae421e5.
Updated by Nicolas CHARLES over 5 years ago
putting this at the bottom of file blocks login to postgrsql
psql: FATAL: Ident authentication failed for user "rudder
Updated by Vincent MEMBRÉ over 5 years ago
- Subject changed from beautify pg_hba.conf to Beautify pg_hba.conf
Updated by Vincent MEMBRÉ over 5 years ago
This bug has been fixed in Rudder 5.0.10 which was released today.
Updated by Vincent MEMBRÉ over 5 years ago
- Related to User story #14780: Beautify pg_hba.conf added
Updated by Vincent MEMBRÉ over 5 years ago
- Status changed from Pending release to Released
Actions