You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using authenticator username_password_mfa and MFA caching is not working. I get prompted for MFA on every command. MFA caching requires installation with [secure-local-storage] to work and I'm guessing the MSI package for Windows is not doing this. I can confirm that if I install python and do:
We have "snowflake-connector-python[secure-local-storage]==3.12.4" in pyproject.toml, so secure-local-storage is always installed. The SnowCLI has only development as extra dependency. Issue must be somewhere else, I will take a look.
SnowCLI version
3.3.0
Python version
N/A
Platform
Windows-10-10.0.22631-SP0
What happened
I'm using authenticator username_password_mfa and MFA caching is not working. I get prompted for MFA on every command. MFA caching requires installation with
[secure-local-storage]
to work and I'm guessing the MSI package for Windows is not doing this. I can confirm that if I install python and do:pip install -U "snowflake-cli-labs[secure-local-storage]>=3.1.0"
This works on Windows, Linux and MacOS for MFA caching. So the issue is related to the MSI pacakge.
Console output
How to reproduce
No response
The text was updated successfully, but these errors were encountered: