Project

General

Profile

Actions

Bug #24117

closed

Missing policy generation status

Added by François ARMAND 3 months ago. Updated about 1 month ago.

Status:
Released
Priority:
N/A
Category:
Architecture - Code maintenance
Target version:
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`.


Related issues 1 (0 open1 closed)

Related to Rudder - Bug #23920: Lift Async system is not able to find spring SecurityContextHolderReleasedVincent MEMBRÉActions
Actions #1

Updated by François ARMAND 3 months ago

  • Related to Bug #23920: Lift Async system is not able to find spring SecurityContextHolder added
Actions #3

Updated by François ARMAND 3 months ago

  • Status changed from New to In progress
Actions #4

Updated by François ARMAND 3 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
Actions #5

Updated by Anonymous 3 months ago

  • Status changed from Pending technical review to Pending release
Actions #6

Updated by Vincent MEMBRÉ about 1 month ago

  • Status changed from Pending release to Released

This bug has been fixed in Rudder 8.1.0~beta1 which was released today.

Actions

Also available in: Atom PDF