benbenbang commented on issue #9713:
URL: https://github.com/apache/airflow/issues/9713#issuecomment-1218111173
Hello @potiuk and all,
I've to come back to this topic again :\
Even after we implemented TTL + Cache + multi backends, airflow is still
pinging Vault backend with no reason.
Our order is `RDS -> SSM -> Vault`
From the log I implemented:
I can see, for example:
```
[2022-08-17 14:00:20,800] {secrets_manager.py:112} INFO - Get connection
vc_s3 in ssm
```
This is fetched from AWS ☝🏻
```
[2022-08-17, 13:59:48 UTC] {secrets_manager.py:112} INFO - Get connection
vc_snowflake in meta
```
This is fetched from RDS ☝🏻
However, from the dashboard, we can see that airflow is still sending
requests to Vault.
And after we drop the role:
<img width="789" alt="Screen Shot 2022-08-17 at 16 25 25"
src="https://user-images.githubusercontent.com/6682936/185163178-7ce63dd0-d662-4591-947d-5a628ec5656d.png">
<img width="1588" alt="Screen Shot 2022-08-17 at 16 26 58"
src="https://user-images.githubusercontent.com/6682936/185163189-ce02ad40-8efe-416d-9d2c-d310a461a4fa.png">
It's a significant drop...
So overall, it's still a mystery for us.
--
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]