Skip to content

Commit 14624ed

Browse files
Fix doc that indicates JSON temporary credential is encrypted (#2771)
Co-authored-by: Tomasz Urbaszek <tomasz.urbaszek@snowflake.com>
1 parent 8a6e536 commit 14624ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/snowflake/connector/token_cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class TokenCache(ABC):
6969
7070
Platform-specific implementations:
7171
- macOS/Windows: Uses OS keyring (Keychain/Credential Manager) via 'keyring' library
72-
- Linux: Uses encrypted JSON file in ~/.cache/snowflake/ with 0o600 permissions
72+
- Linux: Uses JSON file in ~/.cache/snowflake/ with 0o600 permissions
7373
- Fallback: NoopTokenCache (no caching) if secure storage unavailable
7474
7575
Tokens are keyed by (host, user, token_type) to support multiple accounts.

0 commit comments

Comments
 (0)