-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: HotFix factory
-
Sprint:nxsupport 11.1.7
See:
https://qa2.nuxeo.org/jenkins/job/Private/job/Support/job/ConnectLibTester/
According to logs, the access is now forbidden:
https://qa2.nuxeo.org/jenkins/job/Private/job/Support/job/ConnectLibTester/375/artifact/connect.log/*view*/
[03:47:15][run_rest_curl_command_on_connect] curl_command=curl -u hudson:******** -sSL -X POST -H 'Content-Type: application/json' -H 'Cache-Control: no-cache' -d '{"params":{"xpath":"dc:description","save":"true","value":"iourenvozeiurhfoizeuhrt"},"input":"mydocid","context":{}}' "https://nos-preprod-connect.nuxeocloud.com/nuxeo/api/v1/automation/Document.SetProperty" 2> /dev/null [03:47:15][run_rest_curl_command_on_connect] json_res=<html><head><title>Error report</title></head><body><h1>HTTP Status 401 - </h1></body></html> [03:47:15][run_rest_curl_command_on_connect] err_res=<html><head><title>Error report</title></head><body><h1>HTTP Status 401 - </h1></body></html> [03:47:15][run_rest_curl_command_on_connect] returning 3
One should check the user, token and projects expiry dates for the user.
If all ok, check with the NOS team to see if there were any changes related to the authentication. This could potentially prevent a hotfix release.