alexbegg commented on issue #8258: URL: https://github.com/apache/airflow/issues/8258#issuecomment-640173007
@rammady @elwinarens today I have been writing my own secret backend for Azure Key Vault if you want me to help with contributing this too. I am using kwargs for the Service Principle's client id, client secret, and tenant id. I am also documenting it just as much as the other backends. I am doing some final QA-ing before I am PR ready. I also added a kwarg called `word_sep` in which you can specify the word separator of the conn_id or variable key because Key Vault does not accept underscores for secret names. It defaults to "_" because that is the recommended separator for conn_ids. This is in addition to the `sep` kwarg that separates the prefix and the conn_id, and it defaults to "-" just like with GCP Secrets Manager. ---------------------------------------------------------------- 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]
