[GitHub] [airflow] raphaelauv commented on pull request #19324: Catch AccessDeniedException in AWS Secrets Manager Backend

2021-11-14 Thread GitBox
raphaelauv commented on pull request #19324: URL: https://github.com/apache/airflow/pull/19324#issuecomment-968317482 Since all the calls to the secret backends are inside a try catch , it's not necessary to add the last catch in your PR @john-jac see ->

[GitHub] [airflow] raphaelauv commented on pull request #19324: Catch AccessDeniedException in AWS Secrets Manager Backend

2021-11-12 Thread GitBox
raphaelauv commented on pull request #19324: URL: https://github.com/apache/airflow/pull/19324#issuecomment-967341605 this already implemented in the gcp secret_manager ->