jason810496 commented on PR #47433:
URL: https://github.com/apache/airflow/pull/47433#issuecomment-2707168758

   Finally fixed the Kubernetes tests locally!  
   
   Some notes:  
   
   1. The API server still uses FAB Auth Manager, so when retrieving a JWT, the 
same session must be used to handle the CSRF token session issue. Otherwise, it 
results in:  
      ```
      <html lang=en>
      <title>400 Bad Request</title>
      <h1>Bad Request</h1>
      <p>The CSRF session token is missing.</p>
      ```
   
   2. The current `redirect_url` from FAB is still 
`http://localhost:8080/?token=...`, but `KUBERNETES_HOST_PORT` is not 
`localhost:8080`.  
      This can be fixed in a future PR.


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

Reply via email to