Oauth authentication (for Snowpark Container Services) #160
marksabincarnivaluk
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
I guess we may introduce a special value
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am running SnowDDL in Snowpark Container Services which requires oauth authentication. I've modified base.py accordingly and it works for my use-case. I would like to submit the code for review and merge.
New arguments:
OAUTH_TOKEN -t (env var: SNOWFLAKE_OAUTH_TOKEN).
HOST -o (env var: SNOWFLAKE_HOST) (would have used -h but reserved for help).
New --authenticator option: oauth
Are there any further changes I should consider to make this a viable, general solution for oauth authentication?
Beta Was this translation helpful? Give feedback.
All reactions