Re: Create a cache DB between web portal and internal DB?

Поиск
Список
Период
Сортировка
Искать
От
Bruno Wolff III
Тема
Re: Create a cache DB between web portal and internal DB?
Дата
Msg-id
20041221144427.GB8895@wolff.to
Ответ на
Список
Дерево обсуждения
Create a cache DB between web portal and internal DB? "Dearman, Rick" <rick.dearman@teamuk.telstra.com>
Re: Create a cache DB between web portal and internal DB? Dick Davies <rasputnik@hellooperator.net>
Re: Create a cache DB between web portal and internal DB? "Frank D. Engel, Jr." <fde101@fjrhome.net>
Re: Create a cache DB between web portal and internal DB? Bruno Wolff III <bruno@wolff.to>
On Mon, Dec 20, 2004 at 17:21:02 -0000,
  "Dearman, Rick"  wrote:
> I have a requirement from my security manager but I can't seem to find a good solution. So I wondered if someone had done something similar.
> 
> We have a web portal and a DB in PostgreSQL (obviously) which contains user data. The portal is accessed by account managers who have access to only specific user accounts. This all works fine however the concern is that if you ever got access more directly into the DB through a hack, or poorly designed site code, you could potentially access information that you shouldn't. 

If the managers access the web site using their DB credentials then you can
enforce the proper access in the DB using views and/or security definer
functions.

If the managers don't have their own DB accounts, then the web application
needs to be trusted and should can spend your effort securing that.
Implementing a cache inbetween doesn't seem help in solving your problem.
В списке pgsql-general по дате отправления
От: Bruno Wolff III
Дата:
От: Frank D. Engel, Jr.
Дата:
FAQ