Actions
Bug #20406
closedBug #20238: cannot install openscap plugin in rudder 7.0
parent ticket didn't solve the issue
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
There is no technique after installing
Updated by Nicolas CHARLES almost 3 years ago
# curl --silent -k --header "Content-type: application/json" --header "X-API-Token: $(cat /var/rudder/run/api-token)" --request PUT https://localhost/rudder/api/latest/internal/techniques --data "@${CONFIGURATION_PATH}/techniques/plugin_openscap_policies.json" <!DOCTYPE html> <html> <body>The Requested URL /rudder/api/latest/internal/techniques was not found on this server</body> </html> root@server:/var/rudder/configuration-repository/techniques/OpenSCAP_Policies_plugin#
Updated by Nicolas CHARLES almost 3 years ago
removing the "internal" fails later
curl --silent -k --header "Content-type: application/json" --header "X-API-Token: $(cat /var/rudder/run/api-token)" --request PUT https://localhost/rudder/api/latest/techniques --data "@/opt/rudder/share/plugins/openscap/techniques/plugin_openscap_policies.json" {"action":"CreateTechnique","result":"error","errorDetails":"Could not create ncf technique <- Error when looking for key 'id' <- parameter id cannot be empty <- parameter 'id' cannot be empty <- Error when looking for key 'bundle_name' <- parameter bundle_name cannot be empty <- parameter 'bundle_name' cannot be empty <- No key match"}
Updated by Nicolas CHARLES almost 3 years ago
- Status changed from New to In progress
- Assignee set to Nicolas CHARLES
Updated by Nicolas CHARLES almost 3 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Nicolas CHARLES to Félix DALLIDET
- Pull Request set to https://github.com/Normation/rudder-plugins/pull/431
Updated by Nicolas CHARLES almost 3 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder:rudder-plugins|018e5c8a0a7c900269c21569cf2477ecfc924e88.
Updated by Vincent MEMBRÉ over 1 year ago
- Status changed from Pending release to Released
Actions