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
Copy file name to clipboardExpand all lines: src/connections/storage/catalog/snowflake/index.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ GRANT CREATE SCHEMA ON DATABASE "SEGMENT_EVENTS" TO ROLE "SEGMENT";
89
89
Create the user that Segment uses to connect to your warehouse. You can create a user that authenticates with a key pair, or you can create a user that authenticates using a password. Segment recommends creating a user that will authenticate with an encrypted key pair.
90
90
91
91
#### Create a user that authenticates with a key pair
92
-
If you are creating a user that will use a key pair to authenticate, you first must create a public key, and then can create a new user.
92
+
If you are creating a user that will use a key pair to authenticate, you first must create a public key and then can create a new user.
93
93
94
94
##### Generate a key
95
95
@@ -114,7 +114,7 @@ After you've created the public key, save the file to a local directory.
114
114
115
115
##### Generate a new user and assign the key to them
116
116
117
-
Now, create a new user by executing the following SQL command, replacing the public key value with the key you previously generated. If you generated an unencrypted key, omit the `RSA_PUBLIC_KEY_FP` value, as it is only required for encrypted keys.
117
+
Now, create a new user by executing the following SQL command, replacing the public key value with the key you previously generated. If you generated an unencrypted key, omit the `RSA_PUBLIC_KEY_FP` value, as it is only required for users with encrypted keys.
118
118
119
119
```sql
120
120
CREATEUSERSEGMENT_USER
@@ -305,6 +305,6 @@ Queuing - you can use a different Warehouse for Segment, or use the recommendati
### I'm running into a "JWT token is invalid" error. What do I do?
308
+
### I'm encountering a "JWT token is invalid" error. What do I do?
309
309
310
310
For more information about troubleshooting a `JWT token is invalid` error, see Snowflake's [Key Pair Authentication: Troubleshooting](https://docs.snowflake.com/user-guide/key-pair-auth-troubleshooting){:target="_blank”} documentation.
0 commit comments