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)

task
Not set
normal

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: server-ops → cturra
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
Thanks for the quick turn around!
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.