Project

General

Profile

Actions

Bug #20406

closed

Bug #20238: cannot install openscap plugin in rudder 7.0

parent ticket didn't solve the issue

Added by Nicolas CHARLES over 2 years ago. Updated 9 months ago.

Status:
Released
Priority:
N/A
Target version:
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

Actions #1

Updated by Nicolas CHARLES over 2 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#
Actions #2

Updated by Nicolas CHARLES over 2 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"}

Actions #3

Updated by Nicolas CHARLES over 2 years ago

  • Status changed from New to In progress
  • Assignee set to Nicolas CHARLES
Actions #4

Updated by Nicolas CHARLES over 2 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
Actions #5

Updated by Nicolas CHARLES over 2 years ago

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

Updated by Vincent MEMBRÉ 9 months ago

  • Status changed from Pending release to Released
Actions

Also available in: Atom PDF