Dynamic_ui Services should use a Session-based storage
Bug #1264289 reported by
Timur Sufiev
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Murano |
Fix Released
|
Critical
|
Timur Sufiev |
Bug Description
Currently all Services (and cleaned_data tied to them) are stored directly in memory of Django/Apache processes. This can lead to a subtle bugs even now (due to one user validating against cleaned_data of another user). Once per-tenant isolation is implemented, it will become much greater problem, because it doesn't separate different Users by their visible Services.
Changed in murano: | |
milestone: | none → 0.4.1 |
assignee: | nobody → Timur Sufiev (tsufiev-x) |
importance: | Undecided → Critical |
Changed in murano: | |
importance: | Critical → High |
importance: | High → Critical |
tags: | added: verified |
Changed in murano: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/65711
Review: https:/