This is an automated email from the ASF dual-hosted git repository.

xiangfu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new f002ca60cf fixing LaunchDataIngestionJobCommand auth header (#9070)
f002ca60cf is described below

commit f002ca60cf7b0a9a58888239541d8c41c2770acb
Author: Xiang Fu <xiangfu.1...@gmail.com>
AuthorDate: Tue Jul 19 09:39:14 2022 -0700

    fixing LaunchDataIngestionJobCommand auth header (#9070)
---
 .../apache/pinot/tools/admin/command/LaunchDataIngestionJobCommand.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/pinot-tools/src/main/java/org/apache/pinot/tools/admin/command/LaunchDataIngestionJobCommand.java
 
b/pinot-tools/src/main/java/org/apache/pinot/tools/admin/command/LaunchDataIngestionJobCommand.java
index bb58a07ca8..b2c5602844 100644
--- 
a/pinot-tools/src/main/java/org/apache/pinot/tools/admin/command/LaunchDataIngestionJobCommand.java
+++ 
b/pinot-tools/src/main/java/org/apache/pinot/tools/admin/command/LaunchDataIngestionJobCommand.java
@@ -123,7 +123,7 @@ public class LaunchDataIngestionJobCommand extends 
AbstractBaseAdminCommand impl
     }
 
     if (StringUtils.isBlank(spec.getAuthToken())) {
-      spec.setAuthToken(makeAuthProvider(_authProvider, _authToken, _user, 
_password, _authTokenUrl).getTaskToken());
+      spec.setAuthToken(makeAuthProvider(_authProvider, _authTokenUrl, 
_authToken, _user, _password).getTaskToken());
     }
 
     try {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to