You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "raphaelauv (via GitHub)" <gi...@apache.org> on 2024/04/19 14:27:31 UTC

[I] front - admin menu - drop-down non deterministic [airflow]

raphaelauv opened a new issue, #39135:
URL: https://github.com/apache/airflow/issues/39135

   ### Apache Airflow version
   
   2.9.0
   
   ### If "Other Airflow 2 version" selected, which one?
   
   _No response_
   
   ### What happened?
   
   My user is Admin in airflow
   
   but most of the time I can't see all the admin menu drop-down but only Plugins
   
   ![Screenshot from 2024-04-19 16-21-32](https://github.com/apache/airflow/assets/10202690/89ed609f-315f-4f0a-9499-52a0b5debb95)
   
   
   after multiple F5 I can see all the admin menu 
   file:///home/raphael/Pictures/Screenshots/Screenshot%20from%202024-04-19%2016-21-44.png
   
   and if I F5 again it go back to only Plugins
   
   
   
   ### What you think should happen instead?
   
   _No response_
   
   ### How to reproduce
   
   I can't reproduce it with the simple docker compose of the airflow project
   
   it's maybe related to the fact that the problematic airflow deployment is setup with an LDAP 
   
   ### Operating System
   
   --
   
   ### Versions of Apache Airflow Providers
   
   _No response_
   
   ### Deployment
   
   Official Apache Airflow Helm Chart
   
   ### Deployment details
   
   _No response_
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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: commits-unsubscribe@airflow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] front - admin menu - drop-down non deterministic [airflow]

Posted by "kahlstrm (via GitHub)" <gi...@apache.org>.
kahlstrm commented on issue #39135:
URL: https://github.com/apache/airflow/issues/39135#issuecomment-2072011064

   After some digging, it seems like this could have been introduced by https://github.com/apache/airflow/pull/36871, but not entirely sure of reproducing, as for some reason cannot reproduce it in dev environment.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] front - admin menu - drop-down non deterministic [airflow]

Posted by "potiuk (via GitHub)" <gi...@apache.org>.
potiuk commented on issue #39135:
URL: https://github.com/apache/airflow/issues/39135#issuecomment-2074826055

   cc: @jscheffl @raphaelauv -> maybe you could try to apply the fix in your env to double check if my guess was right?


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] front - admin menu - drop-down non deterministic [airflow]

Posted by "potiuk (via GitHub)" <gi...@apache.org>.
potiuk commented on issue #39135:
URL: https://github.com/apache/airflow/issues/39135#issuecomment-2075830119

   >  But we are also using OAUTH  -> 
   
   BTW. there was no need for that - it was enough that there were Viewer/Admin users hitting the same worker actually. 


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] front - admin menu - drop-down non deterministic [airflow]

Posted by "kahlstrm (via GitHub)" <gi...@apache.org>.
kahlstrm commented on issue #39135:
URL: https://github.com/apache/airflow/issues/39135#issuecomment-2071761819

   We also are encountering the same issue, will try to look around if I can find a fix for this.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] front - admin menu - drop-down non deterministic [airflow]

Posted by "potiuk (via GitHub)" <gi...@apache.org>.
potiuk commented on issue #39135:
URL: https://github.com/apache/airflow/issues/39135#issuecomment-2074763305

   Duplicate issue in #39204 -> @jscheffl -> are you also using OAUTH authentication ? @raphaelauv -> can you post your configuration as well and possibly answer the same questions I possted in https://github.com/apache/airflow/issues/39204#issuecomment-2074756329
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] front - admin menu - drop-down non deterministic [airflow]

Posted by "potiuk (via GitHub)" <gi...@apache.org>.
potiuk closed issue #39135: front - admin menu - drop-down non deterministic
URL: https://github.com/apache/airflow/issues/39135


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] front - admin menu - drop-down non deterministic [airflow]

Posted by "jscheffl (via GitHub)" <gi...@apache.org>.
jscheffl commented on issue #39135:
URL: https://github.com/apache/airflow/issues/39135#issuecomment-2067265929

   Also have seen this a couple of times since 2.9.0 in our environment. Still have no clue about the root cause and how to fix. Ideas welcome.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] front - admin menu - drop-down non deterministic [airflow]

Posted by "potiuk (via GitHub)" <gi...@apache.org>.
potiuk commented on issue #39135:
URL: https://github.com/apache/airflow/issues/39135#issuecomment-2074821263

   I think I found the reason (cc: @vincbeck). It required multiple users with different permissions using the same server gunicorn worker, that's why likely it was difficult to reproduce on dev server.
   
   Fix here: https://github.com/apache/airflow/pull/39229


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] front - admin menu - drop-down non deterministic [airflow]

Posted by "potiuk (via GitHub)" <gi...@apache.org>.
potiuk commented on issue #39135:
URL: https://github.com/apache/airflow/issues/39135#issuecomment-2074770700

   cc: @vincbeck as well. Maybe you will get more luck


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] front - admin menu - drop-down non deterministic [airflow]

Posted by "jscheffl (via GitHub)" <gi...@apache.org>.
jscheffl commented on issue #39135:
URL: https://github.com/apache/airflow/issues/39135#issuecomment-2075813598

   @potiuk Will try a regression the next days, might need a moment. But we are also using OAUTH and it smells very probable that the correction fixes it... THANKS!


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org