pan3793 commented on code in PR #49880: URL: https://github.com/apache/spark/pull/49880#discussion_r1951036387
########## sql/connect/common/src/main/protobuf/spark/connect/base.proto: ########## @@ -49,6 +49,10 @@ message Plan { message UserContext { string user_id = 1; string user_name = 2; + // (Optional) + // + // Authentication token. This is used internally only for local execution. + optional string local_auth_token = 3; Review Comment: I think SPARK-42533 already brings the token header, it just needs a server-side interceptor to verify the token -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org