Clusters and shared permissions using LDAP

From: Felipe Matas <felipematas(at)yahoo(dot)com>
To: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Clusters and shared permissions using LDAP
Date: 2024-12-10 15:59:43
Message-ID: 1344309869.292954.1733846383591@mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all! I'm trying to build three postgres clusters (in different servers), I'm thinking to use CITUS to make the data available across the clusters, I'm checking the docs.
What I have not been able to found in any place, is how to handle the permissions, I can use LDAP to handle the shared credentials across the clusters, I have not experience with LDAP but is no problem with learning :)
So, how can I handle the permissions? From what I have read, seems LDAP only handle user/pass, is there any way to make all the clusters to have the same permissions to the LDAP users?
In the time, I'll add more servers to this, so handle server by server all the permissions to each user is not a nice way to handle it.
Probs this is already solved somehow, but I can't find it.
Thx!

Responses

Browse pgsql-general by date

  From Date Subject
Next Message PopeRigby 2024-12-11 03:05:53 Re: Errors when restoring backup created by pg_dumpall
Previous Message Allan Kamau 2024-12-10 12:59:00 Formulating SQL queries via Retrieval Augmented Generation (RAG).