public inbox for [email protected]  
help / color / mirror / Atom feed
Clusters and shared permissions using LDAP
2+ messages / 2 participants
[nested] [flat]

* Clusters and shared permissions using LDAP
@ 2024-12-10 15:59  Felipe Matas <[email protected]>
  0 siblings, 1 reply; 2+ messages in thread

From: Felipe Matas @ 2024-12-10 15:59 UTC (permalink / raw)
  To: [email protected] <[email protected]>

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!


^ permalink  raw  reply  [nested|flat] 2+ messages in thread

* Re: Clusters and shared permissions using LDAP
@ 2024-12-20 08:35  Achilleas Mantzios - cloud <[email protected]>
  parent: Felipe Matas <[email protected]>
  0 siblings, 0 replies; 2+ messages in thread

From: Achilleas Mantzios - cloud @ 2024-12-20 08:35 UTC (permalink / raw)
  To: [email protected]


On 12/10/24 17:59, Felipe Matas wrote:
> 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.

As you said, LDAP only deals with authentication not authorization.

If you want to implement security using PostgreSQL, then you will have 
to replicate the DDL, GRANTS, memberships, etc

>
> Thx!

^ permalink  raw  reply  [nested|flat] 2+ messages in thread


end of thread, other threads:[~2024-12-20 08:35 UTC | newest]

Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2024-12-10 15:59 Clusters and shared permissions using LDAP Felipe Matas <[email protected]>
2024-12-20 08:35 ` Achilleas Mantzios - cloud <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox