-
Notifications
You must be signed in to change notification settings - Fork 0
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
Duo Mobile MFA authentication gets triggered 6 times at once #1321
Comments
Hey @thomasaarholt! Do you use User / Password + DUO MFA authentication method and specify |
I've actually been using One of our engineers suggested that the multiple number of Duo requests might be due to running dbt on multiple threads? |
@thomasaarholt I've made a change in the Snowflake API client configuration in |
With I'll try again after the token timeout tomorrow morning (europe time here) with the Thank you very much! |
Aii, I spoke to soon. I got one MFA request, accepted that one, wrote this message. Then I opened command + Tab'd back into VSCode, and I got another 4 notifications immediately. |
Thank you for checking it. I will continue working on this issue. |
Hi @thomasaarholt! In |
Hello!
With Snowflake we are using the Duo Mobile multi-factor authentication service. It pings my phone with an Accept/Deny message. Acceptance is cached for 6 hours.
When I use the Wizard extension, Duo Mobile is triggered six times at once. This will happen again for me in about 4 hours, since this happened 2 hours ago (and has been happening since I started using the extension a while back). I think this would be prevented if Wizard did one connection to dbt / snowflake, and once that is successful, it does the next five.
The text was updated successfully, but these errors were encountered: