You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/12/17 16:34:20 UTC

[GitHub] [airflow] alex-astronomer opened a new issue #20383: Azure Key Vault Backend Typo

alex-astronomer opened a new issue #20383:
URL: https://github.com/apache/airflow/issues/20383


   ### Describe the issue with documentation
   
   ```
   [secrets]
   backend = airflow.providers.microsoft.azure.secrets.key_vault.AzureKeyVaultBackend
   backend_kwargs = {"connections_prefix": "airflow-connections", "variables_prefix": "airflow-variables", "vault_url": "https://example-akv-resource-name.vault.azure.net/"}
   ```
   
   In backend config, the import path is incorrect on the current version of the provider.
   
   ### How to solve the problem
   
   Should be changed to 
   
   ```
   backend=airflow.providers.microsoft.azure.secrets.azure_key_vault.AzureKeyVaultBackend
   ```.
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] alex-astronomer commented on issue #20383: Azure Key Vault Backend Typo

Posted by GitBox <gi...@apache.org>.
alex-astronomer commented on issue #20383:
URL: https://github.com/apache/airflow/issues/20383#issuecomment-996864383


   Scratch that, I was using a deprecated module.


-- 
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-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] alex-astronomer closed issue #20383: Azure Key Vault Backend Typo

Posted by GitBox <gi...@apache.org>.
alex-astronomer closed issue #20383:
URL: https://github.com/apache/airflow/issues/20383


   


-- 
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-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org