-
Notifications
You must be signed in to change notification settings - Fork 140
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
SNOW-715504: MFA token cache support #988
Open
sfc-gh-jmartinezramirez
wants to merge
49
commits into
master
Choose a base branch
from
SNOW-715504-MFA-Token-Cache
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sfc-gh-jmartinezramirez
force-pushed
the
SNOW-715504-MFA-Token-Cache
branch
5 times, most recently
from
July 5, 2024 21:54
6eba99f
to
69d80c7
Compare
sfc-gh-jmartinezramirez
changed the title
Snow 715504 mfa token cache
SNOW-715504: MFA token cache support
Jul 8, 2024
sfc-gh-jmartinezramirez
force-pushed
the
SNOW-715504-MFA-Token-Cache
branch
from
July 22, 2024 21:36
a8dff4b
to
67089fc
Compare
sfc-gh-knozderko
requested changes
Jul 29, 2024
Snowflake.Data/Core/CredentialManager/Infrastructure/SFCredentialManagerWindowsNativeImpl.cs
Outdated
Show resolved
Hide resolved
sfc-gh-jmartinezramirez
force-pushed
the
SNOW-715504-MFA-Token-Cache
branch
4 times, most recently
from
September 4, 2024 13:31
6af9d1a
to
e36f8ed
Compare
sfc-gh-jmartinezramirez
force-pushed
the
SNOW-715504-MFA-Token-Cache
branch
2 times, most recently
from
September 18, 2024 23:08
e795b5f
to
9316bbc
Compare
sfc-gh-jmartinezramirez
force-pushed
the
SNOW-715504-MFA-Token-Cache
branch
from
October 3, 2024 21:15
9316bbc
to
43adef9
Compare
sfc-gh-knozderko
requested changes
Oct 8, 2024
Snowflake.Data/Core/CredentialManager/Infrastructure/SFCredentialManagerFileImpl.cs
Outdated
Show resolved
Hide resolved
Snowflake.Data/Core/CredentialManager/Infrastructure/SFCredentialManagerFileImpl.cs
Outdated
Show resolved
Hide resolved
Snowflake.Data/Core/CredentialManager/Infrastructure/SFCredentialManagerWindowsNativeImpl.cs
Outdated
Show resolved
Hide resolved
sfc-gh-jmartinezramirez
force-pushed
the
SNOW-715504-MFA-Token-Cache
branch
from
October 8, 2024 16:20
3894dae
to
b1ec82b
Compare
sfc-gh-knozderko
requested changes
Oct 9, 2024
Snowflake.Data.Tests/UnitTests/CredentialManager/SFCredentialManagerTest.cs
Outdated
Show resolved
Hide resolved
Snowflake.Data.Tests/UnitTests/CredentialManager/SFCredentialManagerTest.cs
Outdated
Show resolved
Hide resolved
Snowflake.Data.Tests/UnitTests/CredentialManager/SFCredentialManagerTest.cs
Outdated
Show resolved
Hide resolved
Snowflake.Data/Core/CredentialManager/Infrastructure/SFCredentialManagerFileImpl.cs
Show resolved
Hide resolved
sfc-gh-jmartinezramirez
force-pushed
the
SNOW-715504-MFA-Token-Cache
branch
from
October 9, 2024 22:49
0be7aa9
to
ce1b619
Compare
sfc-gh-knozderko
requested changes
Oct 17, 2024
Snowflake.Data/Core/CredentialManager/Infrastructure/SFCredentialManagerFileImpl.cs
Show resolved
Hide resolved
sfc-gh-jmartinezramirez
force-pushed
the
SNOW-715504-MFA-Token-Cache
branch
3 times, most recently
from
October 19, 2024 03:51
5d32b9c
to
be6f19d
Compare
sfc-gh-knozderko
requested changes
Oct 22, 2024
sfc-gh-jmartinezramirez
force-pushed
the
SNOW-715504-MFA-Token-Cache
branch
from
October 22, 2024 21:00
a9cec2f
to
10f124b
Compare
…n is expired or invalid. Multi-factor authentication (MFA) will try to use the passcode from the connection string if available; otherwise, send a Duo push notification to try to authenticate again; if it fails, the token will be removed.
…each credential manager implementation.
Added write file validator for file permissions. Additional PR suggestions
sfc-gh-jmartinezramirez
force-pushed
the
SNOW-715504-MFA-Token-Cache
branch
from
November 27, 2024 00:21
7675dcf
to
2f1c811
Compare
sfc-gh-jmartinezramirez
force-pushed
the
SNOW-715504-MFA-Token-Cache
branch
from
November 28, 2024 14:15
2f1c811
to
c709726
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Added support for MFA token cache.
Checklist
dotnet test
)