ReadytoRocc commented on code in PR #38536:
URL: https://github.com/apache/airflow/pull/38536#discussion_r1574621604
##########
airflow/providers/hashicorp/_internal_client/vault_client.py:
##########
@@ -103,6 +104,7 @@ def __init__(
password: str | None = None,
key_id: str | None = None,
secret_id: str | None = None,
+ arn_role: str | None = None,
Review Comment:
@pankajastro - we should rename this to `role_arn` for consistency with the
AWS Provider Package.
--
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]