hussein-awala commented on code in PR #37626:
URL: https://github.com/apache/airflow/pull/37626#discussion_r1499915720
##########
airflow/providers/hashicorp/_internal_client/vault_client.py:
##########
@@ -472,6 +472,6 @@ def create_or_update_secret(
)
else:
response = self.client.secrets.kv.v2.create_or_update_secret(
- secret_path=secret_path, secret=secret,
mount_point=mount_point, cas=cas
+ path=secret_path, secret=secret, mount_point=mount_point,
cas=cas
Review Comment:
I think we have the same problem for version 1, could you fix it?
--
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]