Skip to content

Commit

Permalink
Removed env password from CONTRIBUTING.md (#1466)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-astus authored Aug 22, 2024
1 parent 3a58a79 commit b326e3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,11 @@ Integration tests require environment variables to be set up. Parameters must us

where ``<key>`` is the name of the key. The following environment variables are required:

- `SNOWFLAKE_CONNECTIONS_INTEGRATION_AUTHENTICATOR=SNOWFLAKE_JWT`
- `SNOWFLAKE_CONNECTIONS_INTEGRATION_HOST`
- `SNOWFLAKE_CONNECTIONS_INTEGRATION_ACCOUNT`
- `SNOWFLAKE_CONNECTIONS_INTEGRATION_USER`
- `SNOWFLAKE_CONNECTIONS_INTEGRATION_PASSWORD` or `SNOWFLAKE_CONNECTIONS_INTEGRATION_PRIVATE_KEY_PATH` (if using private key authentication `SNOWFLAKE_CONNECTIONS_INTEGRATION_PASSWORD=SNOWFLAKE_JWT` should be set)
- `SNOWFLAKE_CONNECTIONS_INTEGRATION_PRIVATE_KEY_PATH`
- `SNOWFLAKE_CONNECTIONS_INTEGRATION_ROLE`
- `SNOWFLAKE_CONNECTIONS_INTEGRATION_DATABASE`
- `SNOWFLAKE_CONNECTIONS_INTEGRATION_WAREHOUSE`
Expand Down

0 comments on commit b326e3c

Please sign in to comment.