Skip to content

Commit

Permalink
use private-key (flyteorg#5626)
Browse files Browse the repository at this point in the history
Signed-off-by: Bugra Gedik <[email protected]>
  • Loading branch information
Future-Outlier authored and bgedik committed Aug 15, 2024
1 parent eae4bf5 commit dcbc55a
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 dcbc55a

Please sign in to comment.