Closed
Bug 779275
Opened 12 years ago
Closed 12 years ago
Get the bluevia developer secret into solitude
Categories
(Marketplace Graveyard :: Payments/Refunds, defect, P1)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: andy+bugzilla, Assigned: wraithan)
References
Details
We've got basic bluevia support to generate and verify the JWT. However this doesn't currently use the shared the developer secret between BlueVia and the Marketplace.
This bug is to a) add in the encrypted model field for the developer secret and b) get the developer secret populated.
I'm unclear how b) will happen. Is it by pinging bluevia or is it going to be passed through from the marketplace?
Reporter | ||
Comment 1•12 years ago
|
||
This is clearer in https://etherpad.mozilla.org/mkt-bluevia-devhub-flow.
Basically we just need an api that allows the storing and setting of secrets. Marketplace will be doing the BlueVia communication at this point.
Reporter | ||
Updated•12 years ago
|
Assignee: nobody → xwraithanx
Priority: -- → P1
Assignee | ||
Updated•12 years ago
|
Target Milestone: --- → 2012-08-09
Comment 2•12 years ago
|
||
the developer secret will be passed through marketplace to Solitude. It will work something like this on the marketplace side:
- a seller registers, mkt gets a developer ID and sends it to Solitude (bug 776642)
- a seller specifies an app to sell, mkt creates the app using the BlueVia API which returns a developer secret
- mkt sends the developer secret to solitude for safe keeping
Assignee | ||
Updated•12 years ago
|
Target Milestone: 2012-08-09 → 2012-08-16
Comment 3•12 years ago
|
||
Let's hold off on this for now. I'm working with BlueVia devs and rforbes to possibly change the spec where we don't need to handle developer secrets at all.
Target Milestone: 2012-08-16 → ---
Comment 4•12 years ago
|
||
(In reply to Kumar McMillan [:kumar] from comment #3)
> Let's hold off on this for now. I'm working with BlueVia devs and rforbes to
> possibly change the spec where we don't need to handle developer secrets at
> all.
Any changes to this bug?
Reporter | ||
Comment 5•12 years ago
|
||
This is bluevia secret which is no more. We'll have a JWT secret though, but we should re-file that under the new payments when we get to it.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•