Actions
Bug #24117
closedMissing policy generation status
Status:
Released
Priority:
N/A
Assignee:
Category:
Architecture - Code maintenance
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
We don't have policy generation status anymore.
This is because in the context of that element, we don't have any CurrentUser
:
com.normation.rudder.web.comet.AsyncDeployment:
override def render = { partialUpdate(updateDuration) println(s"****** current user in context: ${CurrentUser.get}") new RenderOut(layout) }
... ****** current user in context: None ...
It looks like #23920 but in the context of lift `comet` objects versus `snippet`.
Updated by François ARMAND 10 months ago
- Related to Bug #23920: Lift Async system is not able to find spring SecurityContextHolder added
Updated by François ARMAND 10 months ago
This is because comet
knowns nothing about request, see: https://docs.google.com/presentation/d/1DY9nCbLtAqwWV3N7V4kZFDxopf_IcTbXOJDxplYmdaU/edit#slide=id.g475490fd_2_133
Updated by François ARMAND 10 months ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/5368
Updated by Anonymous 10 months ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|c73c4e77ab828d74bd74c388a6952f3ddab68a3f.
Updated by Vincent MEMBRÉ 8 months ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 8.1.0~beta1 which was released today.
Actions