-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Two API requests done towards api.github.com anytime someone visits ACS UI #10522
Comments
@Sparc0 , I see only one call, but that IMNSHO is one too many. I will look into the functionality requiring this and into disabling this by default. |
@Sparc0 the reason you might see two calls to api.github is because you have oauth enabled, is that true? |
I dont use oauth. Since it does it towards https://api.github.com/repos/apache/cloudstack/releases does the UI check i run the latest version or something? |
@Sparc0 , another question, you should only get this when you log on as "Root Admin". Are you saying you get it as any user?
Yes, it should tell you if there is a newer version. |
We only have one user at the moment, have not setup LDAP or any other local users yet. I could try that next week see if that helps. |
Sure, do you want me to clone your PR and build it using this instructions? |
The packages are in a private lab to be used for integration tests. If you can build, please do. If all else fails we can arrange some file transfer. |
problem
Anytime anyone visit our cloudstack webui you get two notifications in top right corner saying:
It does not matter if you are logged in our not. It's because for some reason my browser do two API requests towards Github.
versions
ACS: 4.20.0
The steps to reproduce the bug
What to do about it?
Can this behavior be disabled somehow?
The text was updated successfully, but these errors were encountered: