Re: Suggestion for pgAgent

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Suggestion for pgAgent
Дата
Msg-id 937d27e10911171015u4067ab8fjaf415207ed159a1c@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Suggestion for pgAgent  ("Albe Laurenz" <laurenz.albe@wien.gv.at>)
Ответы Re: Suggestion for pgAgent
Список pgadmin-hackers
On Tue, Nov 17, 2009 at 7:50 AM, Albe Laurenz <laurenz.albe@wien.gv.at> wrote:
>> Sure, it's definitely an option - provided it can be done in a secure
>> way. Want to work on it?
>
> I should be able to change pgAgent accordingly, but I am not an
> accomplished GUI programmer and have no experience with wxWidgets,
> so I don't want to promise that I can do the necessary modifications
> in pgAdmin.

We can help with that. It should be fairly trivial from a GUI perspective.

> Can you think of any security concerns?

Privilege escalation. Currently, pgAgent relies on the security of the
schema to prevent unauthorised users from creating jobs that run as
the pgagent operating system user (typically 'postgres'). If you leave
that as-is, and just allow a connection username to be specified, we
shouldn't have a problem, but if the schema is opened up to allow
users to schedule jobs by default, then there's potentially a big
issue.

In further thought though - why can't you just set the target database
of the step to be 'remote' and then specify a connection string with a
specified username?

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

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

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: Re: PATCH(WIP): Printing Support And Save GQB/Explain as an image
Следующее
От: "Albe Laurenz"
Дата:
Сообщение: Re: Suggestion for pgAgent