adobe-ddavidso commented on code in PR #60953:
URL: https://github.com/apache/airflow/pull/60953#discussion_r3530770047


##########
providers/hashicorp/src/airflow/providers/hashicorp/_internal_client/vault_client.py:
##########
@@ -200,6 +215,101 @@ def __init__(
         self.jwt_role = jwt_role
         self.jwt_token = jwt_token
         self.jwt_token_path = jwt_token_path
+        self.cache_approle_token = cache_approle_token

Review Comment:
   Good point.  I updated it to use in-memory expiry tracking.



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