Actions
Architecture #26217
closedArchitecture #26149: Handle the plugin metadata for license requirement
Rudder package requires_license value is always false
Architecture #26217:
Rudder package requires_license value is always false
Pull Request:
Effort required:
Small
Name check:
To do
Fix check:
To do
Regression:
No
Description
It seems broken, the value is always false, for all types of plugin (tested on an impersonation of a client account) e.g.
{
"name": "api-authorizations",
"latest_version": "8.2.5-2.2-nightly",
"installed": false,
"enabled": false,
"webapp_plugin": true,
"requires_license": false,
"description": "Fine-grained API ACLs",
"license": {
"start_date": "2025-01-17T00:00:00Z",
"end_date": "2025-02-04T12:00:00Z"
}
}
Updated by Clark ANDRIANASOLO 10 months ago
- Assignee deleted (
Clark ANDRIANASOLO)
Updated by Vincent MEMBRÉ 8 months ago
- Target version changed from 8.3.0~beta1 to 8.3.0~rc1
Updated by Clark ANDRIANASOLO 8 months ago
- Status changed from New to Rejected
Solved in #26360
Updated by Clark ANDRIANASOLO 8 months ago
- Is duplicate of Bug #26360: Add a new requires_license field in the metadata in rudder-plugins-private added
Actions