jhbigler opened a new pull request, #31950:
URL: https://github.com/apache/airflow/pull/31950

   This PR adds the ability to use a file on disk to provide a JWT for the 
TrinoHook, as opposed to placing the JWT directly into the connection 
definition. In our use case, we'd like to use a kubernetes projected volume to 
make JWT's available to airflow. This does not automatically update the 
connection definition when the token is rotated, however, and it would be 
easier to simply have airflow read the JWT from disk when using the TrinoHook.
   
   A JWT file is used when the `jwt__file` parameter is given in the extras 
section.


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