Skip to content

Commit 38bf506

Browse files
committed
Added step about key-pair auth
1 parent 526e3a5 commit 38bf506

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

_data/destinations/snowflake/user-privileges.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,11 @@ snowflake:
8787
- copy: |
8888
[Grant database privileges to the Stitch role]({{ site.data.destinations[destination.type]user-privileges.defaults.doc-links.all-on-database }}){:target="_blank"}, using the name of the database you created for Stitch.
8989
90-
**Note**: This will grant all privileges except `OWNERSHIP`, and only apply to the database(s) you specify.
90+
**Note**: This will grant all privileges except `OWNERSHIP`, and only apply to the databases you specify.
9191
command: *grant-database-sql
9292
9393
- copy: |
9494
Create the Stitch user and grant the Stitch role to the user:
95-
command: *create-grant-user-sql
95+
command: *create-grant-user-sql
96+
**Note**: You can use key-pair authentication. Select this option in Stitch and copy-paste the content of the `rsa_key.p8` file. For more information about the Snowflake key-pair authentication, see [Key-pair authentication and key-pair rotation
97+
](https://docs.snowflake.com/en/user-guide/key-pair-auth){target="new"}.

0 commit comments

Comments
 (0)