wuxiansen commented on issue #9755:
URL: https://github.com/apache/seatunnel/issues/9755#issuecomment-3413879777

   > > This is because http basic authentication is enabled for the cluster, 
but the basic parameter is not added in the process of calling the log. Need to 
synchronize extensions, I can fix this problem.
   > 
   > help me
   
   You can choose to temporarily close http basic first:
   
   change `enable-basic-auth` in seatunnel.yaml to `false` 
   
   ```yaml
       http:
         enable-http: true 
         ...
         enable-basic-auth: false 
         ...
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to