Closed
Bug 1015355
Opened 11 years ago
Closed 11 years ago
Make heartbeat script use a real user
Categories
(Webtools :: Pulse, defect)
Webtools
Pulse
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mcote, Unassigned)
Details
Attachments
(1 file)
1.31 KB,
patch
|
jgriffin
:
review+
|
Details | Diff | Splinter Review |
All publishers (and eventually, all consumer) should use a real account so that we can use vhosts for security. The heartbeat shim doesn't use one right now. We need to modify it so that it does, as well as actually create the user on pulse and pulse-dev.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8428071 -
Flags: review?(jgriffin)
Updated•11 years ago
|
Attachment #8428071 -
Flags: review?(jgriffin) → review+
Assignee | ||
Comment 2•11 years ago
|
||
https://hg.mozilla.org/automation/pulseshims/rev/89247e8a1e6e
Celia, can you add "username" and "password" options to the heartbeat shim's config.ini? I'll pm you the credentials.
Flags: needinfo?(cliang)
Comment 3•11 years ago
|
||
--- /data/www/pulse/pulseshims/config.ini 2014-05-27 12:53:23.712963141 -0700
+++ /data/www/pulse/pulseshims/config.ini.bck 2012-08-17 09:29:50.778680478 -0700
@@ -23,6 +23,4 @@
[heartbeat]
host=pulse.mozilla.org
-username=heartbeat
-password=XXXXXXXXXX
workdir=/data/workdir/heartbeat
Flags: needinfo?(cliang)
Assignee | ||
Comment 4•11 years ago
|
||
Celia, is this user now being used on both prod and dev? I can't recall.
Flags: needinfo?(cliang)
Assignee | ||
Comment 5•11 years ago
|
||
Ah, based on bug 1015354 comment 7 says that they are, so resolving.
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(cliang)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•