Kimahriman commented on PR #50006:
URL: https://github.com/apache/spark/pull/50006#issuecomment-2668435031

   @HyukjinKwon 
   
   Mostly based on your initial PR, main differences being:
   - Uses the config system in addition to an env var. The env var is mostly 
for the internal use and test cases where additional clients connect to the 
same automatically launched local server. The config can be used by external 
users creating dedicated servers as well to add authentication support
   - Uses the `Authorization` header with the `token` parameter of the gRPC 
client by adding the ability to use a token with a non-TLS local connection
   
   I haven't done the Scala client yet, I would need to make similar changes 
allowing a token over a non-TLS local connection as well. Mostly just seeing if 
you think this is helpful or a good slightly alternative route to go down.


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to