Closed
Bug 952313
Opened 11 years ago
Closed 11 years ago
Update FxA-Auth-Server stage deployment to d7e32c
Categories
(Cloud Services :: Server: Firefox Accounts, defect)
Cloud Services
Server: Firefox Accounts
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: jbonacci, Assigned: rfkelly)
References
Details
(Whiteboard: [qa+])
Moving this over from https://github.com/mozilla/fxa-auth-server/issues/441
This includes the latest code for FxA Stage - specifically fxa-auth-server (CF stack "fxaauth1216")
This includes the change that will point Stage fxa-auth to Stage fxa-scrypt...
This is an ops bug for updating to latest development head. There's been a bit of churn as we work towards Q4 goals, summary of changes:
The env config option now accepts prod rather than production
There are now separate config items for mysql master and slave config, mysql.master.* and mysql.slave.*. These replace the original mysql.* config. Both must be specified even if they are they same.
One exception: the mysql.createSchema setting is shared between master and slave
Other config file changes:
public_url is now publicUrl
mysql.create_schema is now mysql.createSchema
mysql.max_query_time_ms and mysql.max_reconnect_attempts are no longer supported
smtp.verification_url is now smtp.verificationUrl
smtp.report_url is now smtp.reportUrl
smtp.template_path is not smtp.templatePath
bridge.url is now contentServer.url
kvstore.backend is now db.backend
the environment variable KVSTORE_BACKEND is now DB_BACKEND (although I don't think you're using this)
The dev.verified setting is no longer necessary or supported
I also filed #440 as a separate issue.
(12/16/2013)
As of this afternoon, 1337b5 will also get you a scryptHelper.url config setting.
Reporter | ||
Updated•11 years ago
|
Status: NEW → ASSIGNED
Whiteboard: [qa+]
Reporter | ||
Comment 1•11 years ago
|
||
Reporter | ||
Comment 2•11 years ago
|
||
See https://github.com/mozilla-services/puppet-config/issues/16
Leaving the bug here and open for now.
Will Resolve/Verify once #16 is done.
Assignee: gene → rfkelly
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•11 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•