fhoda commented on a change in pull request #11736:
URL: https://github.com/apache/airflow/pull/11736#discussion_r510553607
##########
File path: airflow/providers/hashicorp/secrets/vault.py
##########
@@ -48,7 +48,7 @@ class VaultBackend(BaseSecretsBackend, LoggingMixin):
(default: 'connections').
:type connections_path: str
:param variables_path: Specifies the path of the secret to read to get
Variables
Review comment:
Is something like this ok?
```
:param connections_path: Specifies the path of the secret to read to get
Connections
If set to None, requests for connections will not be sent to Vault
(default: 'connections').
:type connections_path: str
:param variables_path: Specifies the path of the secret to read to get
Variables
If set to None, requests for variables will not be sent to Vault
(default: 'variables').
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]