Actions
Bug #13886
closedNew inventory not accepted when deleted inventory with "undefined" key status deleted
Status:
Resolved
Priority:
N/A
Assignee:
Category:
Web - Nodes & inventories
Target version:
Pull Request:
Severity:
Major - prevents use of part of Rudder | no simple workaround
UX impact:
User visibility:
Infrequent - complex configurations | third party integrations
Effort required:
Very Small
Priority:
58
Name check:
Fix check:
Regression:
Description
In #13843, we ensured that a deleted inventory change the key status to "undefined".
But for some reason, using the UndefinedKey.value does not allow new inventory with a different key. In fact, the value must be none of:
- no value for keyStatus,
- UndefinedKey.value
- CertifiedKey.value
Using "bzouing" works fine, for example.
It is most certainly not what we want.
Actions