snowflakedb / snowflake-cli

Snowflake CLI is an open-source command-line tool explicitly designed for developer-centric workloads in addition to SQL operations.
https://docs.snowflake.com/developer-guide/snowflake-cli-v2/index
Apache License 2.0
183 stars 54 forks source link

SNOW-1799702: SnowCLI: Add Support for more options to set OAuth Token #1852

Open sfc-gh-smaser opened 1 week ago

sfc-gh-smaser commented 1 week ago

Description

Today, you only have the documented option to set "token-file-path” but you can not pass the actual token directly via command line, like “—oauth_access_token" or set these 2 parameters as an environment variable. Customer would like to not persist explicit credentials on their filesystem, but retrieve this value from a password vault and keep it within their SnowCLI session only.

Context

No response