Skip to content

Commit

Permalink
use private-key (#5626)
Browse files Browse the repository at this point in the history
  • Loading branch information
Future-Outlier authored Aug 2, 2024
1 parent 89a70fb commit 7e16ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment/agents/snowflake.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Snowflake agent
This guide provides an overview of how to set up the Snowflake agent in your Flyte deployment.

1. Set up the key pair authentication in Snowflake. For more details, see the `Snowflake key-pair authentication and key-pair rotation guide <https://docs.snowflake.com/en/user-guide/key-pair-auth>`__.
2. Create a secret with the group "private_key" and the key "snowflake".
2. Create a secret with the group "private-key" and the key "snowflake".
This is hardcoded in the flytekit sdk, since we can't know the group and key name in advance.
This is for permission to upload and download data with structured dataset in python task pod.

Expand Down

0 comments on commit 7e16ff4

Please sign in to comment.