Merge lp:~stub/launchpad/distinct-db-users into lp:launchpad

Proposed by Stuart Bishop
Status: Merged
Approved by: Stuart Bishop
Approved revision: 10005
Merged at revision: 14178
Proposed branch: lp:~stub/launchpad/distinct-db-users
Merge into: lp:launchpad
Prerequisite: lp:~stub/launchpad/trivial
Diff against target: 14 lines (+7/-0)
1 file modified
database/schema/security.cfg (+7/-0)
To merge this branch: bzr merge lp:~stub/launchpad/distinct-db-users
Reviewer Review Type Date Requested Status
Gavin Panella (community) code Approve
Raphaël Badin (community) code* Approve
Review via email: mp+79915@code.launchpad.net

Commit message

[r=allenap,rvb][bug=134012,815753][no-qa] pgmetrics database user

Description of the change

= Summary =

Create a user for the pgmetrics statistics gathering script to connect as.

To post a comment you must log in.
Revision history for this message
Raphaël Badin (rvb) wrote :

Looks good.

review: Approve (code*)
Revision history for this message
Gavin Panella (allenap) :
review: Approve (code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'database/schema/security.cfg'
2--- database/schema/security.cfg 2011-10-03 18:34:08 +0000
3+++ database/schema/security.cfg 2011-10-20 06:46:27 +0000
4@@ -2264,3 +2264,10 @@
5 [publish_ftpmaster]
6 type=user
7 groups=archivepublisher
8+
9+[pgmetrics]
10+type=user
11+groups=read
12+public.accountpassword = SELECT
13+public.oauthnonce = SELECT
14+public.openidconsumernonce = SELECT