pankajastro commented on code in PR #38536: URL: https://github.com/apache/airflow/pull/38536#discussion_r1575653113
########## docs/apache-airflow-providers-hashicorp/secrets-backends/hashicorp-vault.rst: ########## @@ -217,6 +217,18 @@ Add "verify": "absolute path to ca-certificate file" backend = airflow.providers.hashicorp.secrets.vault.VaultBackend backend_kwargs = {"connections_path": "airflow-connections", "variables_path": null, "mount_point": "airflow", "url": "http://127.0.0.1:8200", "verify": "/etc/ssl/certs/ca-certificates"} +Vault authentication with AWS Assume Role STS +""""""""""""""""""""""""""""""""""""""""""""" + +Add parameter "arn_role": "The AWS ARN of the role to assume" Review Comment: ```suggestion Add parameter "role_arn": "The AWS ARN of the role to assume" ``` -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org