Closed
Bug 655283
Opened 14 years ago
Closed 14 years ago
Remove the plugin aliases
Categories
(Cloud Services :: Server: Core, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: tarek, Assigned: tarek)
References
Details
Attachments
(2 files)
10.59 KB,
patch
|
telliott
:
review+
|
Details | Diff | Splinter Review |
1.32 KB,
patch
|
tarek
:
review+
|
Details | Diff | Splinter Review |
The auth and storage registry have preloads backends that can be used with aliases (ldap, sql etc)
This turns out to be a bad idea because we preload them and mask issues.
I am going to remove this feature so backends will have to be configured via the fully qualified name.
We should change this configuration in stage and prod now, since the fully qualified names are already working.
Assignee | ||
Comment 1•14 years ago
|
||
This patch is for server-core.
Upcoming patches for server-sreg, server-reg, server-full
Plugin.get() is now looking for the fully qualified name
Attachment #539542 -
Flags: review?(telliott)
Comment 2•14 years ago
|
||
Comment on attachment 539542 [details] [diff] [review]
Removes aliases in server-core
looks good.
Attachment #539542 -
Flags: review?(telliott) → review+
Comment 3•14 years ago
|
||
Initial patch in http://hg.mozilla.org/services/server-core/rev/7a8b43a11714
Comment 4•14 years ago
|
||
Attachment #541042 -
Flags: review?(tarek)
Assignee | ||
Comment 5•14 years ago
|
||
Comment on attachment 541042 [details] [diff] [review]
Pulls config management into the controller/app classes
looks good. a few nitpicks:
1/ params = config
we could use config everywhere, I don't think using a new variable add value here
2/ cls_param
I think the name is a bit vague, but I can't come up with a good one, maybe backend_variable ?
Attachment #541042 -
Flags: review?(tarek) → review+
Comment 6•14 years ago
|
||
1. done
2. I used cls_name_field
pushed in http://hg.mozilla.org/services/server-core/rev/16ea2e83a6d5 and http://hg.mozilla.org/services/server-core/rev/20854788b894
Also had to update a couple places in server-core (notably the test support module and the auth __init__ get_auth method) to make sure they filtered their config file.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•