Closed
Bug 1245614
Opened 10 years ago
Closed 10 years ago
Prod FxA client id and secret for AMO stage and prod
Categories
(Cloud Services :: Operations: Miscellaneous, task)
Cloud Services
Operations: Miscellaneous
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mstriemer, Unassigned)
Details
I'd like two sets of client ids and secrets generated as trusted reliers for production FxA. We use production FxA for Marketplace stage so figure we should do the same for AMO.
Name: Add-ons Stage
Redirect URI: https://addons.allizom.org/api/v3/accounts/authenticate/
Name: Add-ons Production
Redirect URI: https://addons.mozilla.org/api/v3/accounts/authenticate/
Hopefully that's all you need. Credentials can be sent to myself and/or Jason Thomas.
Comment 1•10 years ago
|
||
What's the client_id you're using in dev? We try to keep them consistent across environments where possible, it makes things a bit easier on both sides for config management, metrics, etc.
Flags: needinfo?(mstriemer)
Your client ID for stage will be the same as the one in dev; however, b/c they're both going to be in the prod DB, I've assigned a new client ID for prod.
Creds sent to :jthomas
{"id":"1e5a77cf09e5b4b5","name":"AMO Stage","trusted":true,"image_uri":"","redirect_uri":"https://addons.allizom.org/api/v3/accounts/authenticate/","terms_uri":"","privacy_uri":""}
{"id":"a4907de5fa9d78fc","name":"AMO Prod","trusted":true,"image_uri":"","redirect_uri":"https://addons.allizom.org/api/v3/accounts/authenticate/","terms_uri":"","privacy_uri":""}
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 5•10 years ago
|
||
(In reply to Chris Kolosiwsky [:ckolos] from comment #4)
> {"id":"a4907de5fa9d78fc","name":"AMO
> Prod","trusted":true,"image_uri":"","redirect_uri":"https://addons.allizom.
> org/api/v3/accounts/authenticate/","terms_uri":"","privacy_uri":""}
Redirect_uri should be: https://addons.mozilla.org/api/v3/accounts/authenticate/
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 6•10 years ago
|
||
The actual config looks correct here, https://github.com/mozilla-services/puppet-config/commit/eff4f58f766eb5b9f8523ed59736a39ba3121a69, ckolos can you verify?
MySQL [fxa_oauth]> select name,redirectUri from clients where id = unhex('a4907de5fa9d78fc');
+----------+----------------------------------------------------------+
| name | redirectUri |
+----------+----------------------------------------------------------+
| AMO Prod | https://addons.mozilla.org/api/v3/accounts/authenticate/ |
+----------+----------------------------------------------------------+
fixed. I blame the flu.
Status: REOPENED → RESOLVED
Closed: 10 years ago → 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•