Open
Description
Submission type
- Request for enhancement (RFE)
Environment
Linux Ubuntu/Redhat
Stolon version
v0.13.0
Additional environment information if useful to understand the bug
we use peer authentication and have scripts which require mapping to be defined in pg_ident.conf
Expected behaviour you didn't see
ability to use stolonctl to update pg_ident.conf on all keepers
Unexpected behaviour you saw
now we have to use manual edit on every keeper
Steps to reproduce the problem
try to update pg_ident.conf
Enhancement Description
Please add new functionality to add/update custom entries pg_ident.conf with stolonctl in similar way how it is done with custom pgHBA.
Metadata
Metadata
Assignees
Labels
No labels
Activity
dineshba commentedon Jun 8, 2019
@sgotti Is this feature needed? If so, Can I work on it?
sgotti commentedon Jun 8, 2019
@dineshba every contribution is always welcome! I haven't digged enough on how pg_ident.conf works so I can't give you much guidance. I hope it could be implemented in the save way we implemented the handling of pg_hba.conf
dineshba commentedon Jun 8, 2019
Sure. I will refer the implementation of
pg_hba.conf
and try to implement in the same way. Thanksmpniel commentedon Jan 21, 2020
Hello
Is there any news about the adding entries to pg_ident.conf ?