Skip to content
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

Flower Exceptions in GoogleAuth2LoginHandler without explicit usage #1252

Closed
GitRon opened this issue Nov 8, 2022 · 4 comments
Closed

Flower Exceptions in GoogleAuth2LoginHandler without explicit usage #1252

GitRon opened this issue Nov 8, 2022 · 4 comments

Comments

@GitRon
Copy link

GitRon commented Nov 8, 2022

Describe the bug

My flower is up and running. Nevertheless, my Sentry instance is collecting those exceptions from time to time. I'd like to keep my Sentry clean and tidy and therefore like to find a solution to avoid those errors.

To Reproduce

Command:

celery -A apps.config.celery_settings flower --port=5555 --basic_auth=my_user:my_password

Install flower and wait for some time 😞

Actually, I don't use the Google feature that is apparently causing the error.

Expected behavior

We don't get these exceptions or can disable them.

Screenshots
grafik

I am using flower v1.2.0.

@GitRon GitRon added the bug label Nov 8, 2022
@GitRon
Copy link
Author

GitRon commented Nov 8, 2022

Additional: This line seems to cause both errors:

flower/views/auth.py in get at line 42

redirect_uri = self.settings[self._OAUTH_SETTINGS_KEY]['redirect_uri']

@paulocheque
Copy link

It is loading Google Auth without any configuration too.

@mher mher added the auth label May 12, 2023
@mher
Copy link
Owner

mher commented May 13, 2023

Fixed by 9b7c81a

@mher mher closed this as completed May 13, 2023
@GitRon
Copy link
Author

GitRon commented May 15, 2023

@mher Awesome ❤️ When will be the release of this fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants