potiuk commented on pull request #18064: URL: https://github.com/apache/airflow/pull/18064#issuecomment-915028522
> Regarding the `aws_iam`, I did look at this briefly and it seemed like a CONN_URI for this authentication method would look the same and therefore also face the same problem. Not quite sure as I think aws_iam (at least it looks like from the docs) requires three things for authentication: key (login), secret (password) and role - see example here https://www.vaultproject.io/docs/auth/aws#code-example. So I believe role is fine for `aws_iam` and you should pass it by extra. But please double check, > @potiuk If I add the deprecation warning should I also change the tests that now flag the warnings A test in `test_vaulr.py` would be nice indeed. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
