security.py needs to be smarter
Bug #54009 reported by
Stuart Bishop
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Stuart Bishop |
Bug Description
security.py should be smarter and only change permissions when it needs to,
rather than its current method of resetting everything and rebuilding from
scratch. This would make it possible to run the script against a live
database in most cases
affects /products/launchpad
assignee stub
status confirmed
--
Stuart Bishop <email address hidden> http://
Canonical Ltd. http://
Changed in launchpad: | |
importance: | Untriaged → Wishlist |
Changed in launchpad-foundations: | |
milestone: | 3.1.11 → none |
Changed in launchpad-foundations: | |
assignee: | nobody → Stuart Bishop (stub) |
Changed in launchpad-foundations: | |
status: | Triaged → In Progress |
milestone: | none → 10.12 |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in launchpad-foundations: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
This causes an outage of the login servers during upgrades.
security.py revokes all permissions and then resets then per config. This creates a window where the login servers do not have permission to read the tables they need to.