Re: [I] TLS Handshake Error with Vault after Airflow and provider updates [airflow]

2025-02-05 Thread via GitHub


github-actions[bot] commented on issue #45487:
URL: https://github.com/apache/airflow/issues/45487#issuecomment-2638320832

   This issue has been closed because it has not received response from the 
issue author.


-- 
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]



Re: [I] TLS Handshake Error with Vault after Airflow and provider updates [airflow]

2025-02-05 Thread via GitHub


github-actions[bot] closed issue #45487: TLS Handshake Error with Vault after 
Airflow and provider updates
URL: https://github.com/apache/airflow/issues/45487


-- 
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]



Re: [I] TLS Handshake Error with Vault after Airflow and provider updates [airflow]

2025-01-27 Thread via GitHub


github-actions[bot] commented on issue #45487:
URL: https://github.com/apache/airflow/issues/45487#issuecomment-2617240397

   This issue has been automatically marked as stale because it has been open 
for 14 days with no response from the author. It will be closed in next 7 days 
if no further activity occurs from the issue author.


-- 
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]



Re: [I] TLS Handshake Error with Vault after Airflow and provider updates [airflow]

2025-01-10 Thread via GitHub


khe-cw-de commented on issue #45487:
URL: https://github.com/apache/airflow/issues/45487#issuecomment-2582920519

   
   @potiuk Many thanks for your reply!
   I did some testing of different dependency configs between Airflow, 
Hashicorp provider and HVAC to narrow the issue down:
   
   ### Former stable configuration: ✅ 
   ```
   apache-airflow==2.9.0
   apache-airflow-providers-hashicorp==3.6.4
   hvac==2.1.0
   ```
   
   ### Updating Airflow, provider and HVAC: ❌ 
   ```
   apache-airflow==2.10.0
   apache-airflow-providers-hashicorp==3.8.0
   hvac==2.3.0
   ```
   
   ### Former provider version and HVAC: ✅ 
   ```
   apache-airflow==2.10.0
   apache-airflow-providers-hashicorp==3.6.4
   hvac==2.2.0
   ```
   
   ### After updating provider again: ❌
   ```
   apache-airflow==2.10.0
   apache-airflow-providers-hashicorp==3.8.0
   hvac==2.2.0
   ```
   
   
   It seems that the issue is somehow introduced with provider version 3.8.0.


-- 
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]



Re: [I] TLS Handshake Error with Vault after Airflow and provider updates [airflow]

2025-01-08 Thread via GitHub


potiuk commented on issue #45487:
URL: https://github.com/apache/airflow/issues/45487#issuecomment-2578813566

   I think it might be related to a kubernetes bug and it is triggered via 
different things being upgraded as well.
   
   I guess together with the upgrade you  upgraded to a newer version of K8S 
and you hit this issue https://github.com/kubernetes/kubernetes/issues/109022  
- or maybe hvac version incompatibility (`hvac` is the hashicorp library used 
to communicate with hashicorp). You might want to narrow it down by limiting 
things to upgrade and diagnose what is the faulty component:
   
   1) downgrade proivder separately on Airflow 2.10.0 - without downloading hvac
   2) downgrade hvac separately to the version that was present in constraints 
of Airlfow 2.9.0 
   3) downgrade k8s version (or any other thing you upgraded that might contain 
the faulty go version).
   
   You can then see which one works. My guess it's the hvac upgrade that caused 
it, then you can report the issue to `hvac` repository.
   
   Please let us know what your investigation brings.
   
   
   
   


-- 
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]



Re: [I] TLS Handshake Error with Vault after Airflow and provider updates [airflow]

2025-01-08 Thread via GitHub


boring-cyborg[bot] commented on issue #45487:
URL: https://github.com/apache/airflow/issues/45487#issuecomment-2577822046

   Thanks for opening your first issue here! Be sure to follow the issue 
template! If you are willing to raise PR to address this issue please do so, no 
need to wait for approval.
   


-- 
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]