Actions
Bug #12229
closedAPI failing on root node
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
I tried to use the API to apply policies from the root server to the root server with the following command on the
virtual training course's machine. => with the right token
curl -k -H "X-API-Token: mytoken" -X POST -H "Content-Type: application/json" https://localhost/rudder/api/latest/nodes/root/applyPolicy
the result was like the default sudo message:
root: root:We trust you have received the usual lecture from the local System root:Administrator. It usually boils down to these three things: root: root: #1) Respect the privacy of others. root: #2) Think before you type. root: #3) With great power comes great responsibility. root: root:sudo: no tty present and no askpass program specified
Not sure if it is a bug or a bad machine configuration. It worked well for other rudder nodes.
Actions