Closed
Bug 746972
Opened 13 years ago
Closed 13 years ago
please update aus4-admin-dev config file to add secret key
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Infrastructure & Operations Graveyard
WebOps: Other
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: cturra)
References
Details
I found bug 746959 while doing some testing today. In order for the admin interface to function correctly, we need a secret key set in the config file for purposes of cookie encryption. Please add the following section to /etc/aus/admin.ini on the aus4-admin-dev nodes:
[app]
secret_key=(a few hundred random bits)
Catlee says that something like this is probably good enough for generating a key:
dd if=/dev/urandom count=64 bs=1 of=- | sha1sum
| Assignee | ||
Updated•13 years ago
|
Assignee: server-ops → cturra
| Assignee | ||
Comment 1•13 years ago
|
||
updated admin.ini with random secret as requested. web services on aus-dev restarted with fix applied.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 2•13 years ago
|
||
Thanks for the quick turn around!
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•