Skip to content

Commit 8bc5799

Browse files
authored
[FSTORE-1438] updates for snowflake rsa auth support (#534)
* update private key for snowflake * updates
1 parent 537d4ff commit 8bc5799

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed
52.5 KB
Loading

docs/user_guides/fs/data_source/creation/snowflake.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,9 @@ Below is an example of how to view the account and organization to get the accou
3434
<figcaption>Viewing Snowflake account identifier</figcaption>
3535
</figure>
3636

37-
!!! warning "Token-based authentication or password based"
38-
The Snowflake data source supports both username and password authentication as well as token-based authentication.
37+
!!! note "Authentication methods"
38+
The Snowflake data source supports username and password, token-based and key-pair based authentication options. General information on snowflake key pair authentication and setup is at [Snowflake key-pair authentication](https://docs.snowflake.com/en/user-guide/key-pair-auth).
3939

40-
Currently token-based authentication is in beta phase. Users are advised to use username/password and/or create a service account for accessing Snowflake from Hopsworks.
4140

4241
- **Username and Password:** Login name for the Snowflake user and password. This is often also referred to as `sfUser` and `sfPassword`.
4342
- **Warehouse:** The warehouse to use for the session after connecting
@@ -67,7 +66,7 @@ Enter the details for your Snowflake connector. Start by giving it a **name** an
6766
2. Specify the hostname for your account in the following format `<account_identifier>.snowflakecomputing.com`
6867
or `https://<orgname>-<account_name>.snowflakecomputing.com`.
6968
3. Login name for the Snowflake user.
70-
4. Password for the Snowflake user or Token.
69+
4. **Authentication** Choose between user account Password, Token or Private Key options. In case of private key, upload your snowflake user Private Key file and set Passphrase if applicable.
7170
5. The warehouse to connect to.
7271
6. The database to use for the connection.
7372
7. Add any additional optional arguments. For example, you can specify `Schema`, `Table`, `Role`, and `Application`.

0 commit comments

Comments
 (0)