DB Authentication Design

From: François Beausoleil <francois(at)teksol(dot)info>
To: Forums postgresql <pgsql-general(at)postgresql(dot)org>
Subject: DB Authentication Design
Date: 2014-01-12 14:30:27
Message-ID: 5DEE175B-293D-495B-B8BE-260F79E3DCDE@teksol.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all,

I'm thinking that all apps that connect to the database should have their own user. For example, the web application process is one user, then a report builder process should have another user, and a different process that imports data should have his own too, and so on. Would you generally agree with that?

I'm thinking that by having different users, PGbouncer can create different pools, and better allow me to control concurrency.

Thanks!
François

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Szymon Guz 2014-01-12 14:58:31 Re: DB Authentication Design
Previous Message François Beausoleil 2014-01-12 14:12:26 Re: pg_stop_backup running for 10h?