Authentication method for web app

Поиск
Список
Период
Сортировка
От Leonardo F
Тема Authentication method for web app
Дата
Msg-id 749192.46242.qm@web29012.mail.ird.yahoo.com
обсуждение исходный текст
Ответы Re: Authentication method for web app  (Ivan Voras <ivoras@freebsd.org>)
Список pgsql-general
Hi all,


we're going to deploy a web app that manages users/roles for another
application.

We want the database to be "safe" from changes made by malicious
users.

I guess our options are:

1) have the db listen only on local connections; basically when the
machine is accessed the db could be "compromised". Hardening the
server access is the only true security defense we have.

2) Use, as user/password, the same user/password used to
enter the web app. Basically there would be a 1 to 1 matching between
our app users (and password...) and the db users (with proper
permissions...)

I'm not a great expert on these things (as you've already guessed...).

Can someone help me?


Thank you




В списке pgsql-general по дате отправления:

Предыдущее
От: strk
Дата:
Сообщение: current_user in seucurity DEFINER functions
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: current_user in seucurity DEFINER functions