aaabramov commented on issue #17500:
URL: https://github.com/apache/airflow/issues/17500#issuecomment-2633586426
@potiuk I can confirm that this issue still exists.
Instead of login (`auth/{gcp}/login`), airflow calls configure
(`auth/{gcp}/config`).
References:
-
https://github.com/apache/airflow/blob/main/providers/hashicorp/src/airflow/providers/hashicorp/_internal_client/vault_client.py#L306
-
https://github.com/apache/airflow/blob/main/providers/hashicorp/src/airflow/providers/hashicorp/_internal_client/vault_client.py#L308
It should be changed to `_client.auth.gcp.login(...)`.
@fpopic thanks for opening https://github.com/apache/airflow/pull/35855,
this is a good start.
Moreover, for the same reason, `azure` and `radius` authn won't word as well.
--
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]