Re: Suggestion for pgAgent - Mailing list pgadmin-hackers

From Dave Page
Subject Re: Suggestion for pgAgent
Date
Msg-id 937d27e10911171015u4067ab8fjaf415207ed159a1c@mail.gmail.com
Whole thread Raw
In response to Re: Suggestion for pgAgent  ("Albe Laurenz" <laurenz.albe@wien.gv.at>)
Responses Re: Suggestion for pgAgent
List 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 by date:

Previous
From: Ashesh Vashi
Date:
Subject: Re: PATCH(WIP): Printing Support And Save GQB/Explain as an image
Next
From: "Albe Laurenz"
Date:
Subject: Re: Suggestion for pgAgent