Actions
Bug #19414
closedInventory with updated properties doesn't always start a policy generation
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Config management
Target version:
Pull Request:
Severity:
Critical - prevents main use of Rudder | no workaround | data loss | security
UX impact:
User visibility:
Operational - other Techniques | Rudder settings | Plugins
Effort required:
Priority:
76
Name check:
To do
Fix check:
Checked
Regression:
Description
Use case:
Node keys and certificate were updated for a node. It sent a new inventory, but there were no policy geneation, so it couldn't connect to the server to fetch new policies
But that problem exists with any property, because we only check is cache is upToDate
every 30s. But the cache can be up to date (because it was updated for something else) and so we can miss a necessary policy generation.
Workaround: clear cache or make a policy change
Updated by François ARMAND over 3 years ago
- Status changed from New to In progress
- Assignee set to François ARMAND
Updated by François ARMAND over 3 years ago
- Subject changed from When a node gets a new certificate, policies are not regenerated, so it can't connect to Inventory with updated properties doesn't always start a policy generation
- Description updated (diff)
- Severity set to Critical - prevents main use of Rudder | no workaround | data loss | security
- User visibility set to Operational - other Techniques | Rudder settings | Plugins
- Priority changed from 0 to 76
Updated by François ARMAND over 3 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/rudder/pull/3675
Updated by François ARMAND over 3 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|6f294027f7b5d20c5a8e38f08d8b2f09d7e6969c.
Updated by François ARMAND over 3 years ago
Applied in changeset rudder|254a03989b1159b207443bb794914e527db9b22d.
Updated by Nicolas CHARLES over 3 years ago
- Fix check changed from To do to Checked
Updated by Vincent MEMBRÉ over 3 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.1.14 and 6.2.8 which were released today.
Actions