Seeing a weird issue in ml-gradle.
Just updated the ml-gradle to v3.16.4
and ML version to v10.0.2-1
.
On running the below command getting 401 unauthorized
error. On changing the gradle version to 3.4.1
issue is not coming up.
./gradlew -PmlHost='host' -Penode1='host' -PenvironmentName='some_env' -PmlUsername='admin' -PmlPassword='admin' -b build.gradle mlDeleteAllTasks -i
basically whenever there is a communication with management port 8002
getting the error.
Tried with few different ml-gradle version and observed the below behaviour.
ml-gradle version is
<= 3.4.1
-no error
ml-gradle version is
> 3.14.1 - 3.17.0
-401 error is coming
Things tried:
Tried passing
DIGEST
authentication in the command, but still getting the same error.Tried passing the
mlManageUsername/mlManagePassword
params, still no luck.