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)

task
Not set
normal

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.
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)
The dev client_id is 1e5a77cf09e5b4b5.
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
(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 → ---
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 ago10 years ago
Resolution: --- → FIXED
No longer blocks: 1371040
You need to log in before you can comment on or make changes to this bug.