Skip to content

Commit c3b666f

Browse files
committed
add info about snowflake password only deprecation
1 parent 5b91e90 commit c3b666f

File tree

1 file changed

+3
-0
lines changed
  • src/connections/storage/catalog/snowflake

1 file changed

+3
-0
lines changed

src/connections/storage/catalog/snowflake/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ GRANT CREATE SCHEMA ON DATABASE "SEGMENT_EVENTS" TO ROLE "SEGMENT";
9191

9292
Create the user that Segment uses to connect to your warehouse. You can create a user that authenticates with a key pair.
9393

94+
> info ""
95+
> Snowflake plans to deprecate password-only authentication starting August 2026. Learn more in the [Snowflake docs](https://docs.snowflake.com/en/user-guide/security-mfa-rollout){:target="_blank"}.
96+
9497
To create a user that authenticates with a key pair:
9598
1. Create the user and assign it a key pair by following the instructions in the [Snowflake docs](https://docs.snowflake.com/en/user-guide/key-pair-auth){:target="_blank"}.
9699
2. Create a new user by executing the following SQL command, replacing the public key value with the key you previously generated.

0 commit comments

Comments
 (0)