Closed
Bug 807864
Opened 13 years ago
Closed 13 years ago
Add in JWT keys for solitude on -dev
Categories
(Cloud Services :: Operations: Marketplace, task)
Cloud Services
Operations: Marketplace
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: andy+bugzilla, Assigned: oremj)
Details
Solitude will be getting communication from marketplace, webpay and admin by JWT. We need to create keys and tokens for each of the sources (so we can log which source is accessing it).
On solitude on -dev we'll need the following set:
CLIENT_JWT_KEYS = {
'webpay': 'somelongstringthatyouwontdiscloseuponpainofdeath',
'marketplace': '..',
'admin': '...'
}
We'll be setting these matching keys up on webpay and marketplace when we've got that code in place.
The admin key will be used by use to poke the service and see how its doing, examine data etc.
| Assignee | ||
Updated•13 years ago
|
Assignee: server-ops-amo → oremj
| Assignee | ||
Comment 1•13 years ago
|
||
Pushed config to solitude-dev.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Component: Server Operations: AMO Operations → Operations: Marketplace
Product: mozilla.org → Mozilla Services
You need to log in
before you can comment on or make changes to this bug.
Description
•