File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,16 @@ def init_arguments_parser(self):
107107 help = "Oauth access token (default: SNOWFLAKE_OAUTH_TOKEN env variable)" ,
108108 default = environ .get ("SNOWFLAKE_OAUTH_TOKEN" ),
109109 )
110+ parser .add_argument (
111+ "--workload-identity-token" ,
112+ help = "Workload identity token (default: SNOWFLAKE_WORKLOAD_IDENTITY_TOKEN env variable)" ,
113+ default = environ .get ("SNOWFLAKE_WORKLOAD_IDENTITY_TOKEN" ),
114+ )
115+ parser .add_argument (
116+ "--workload-identity-provider" ,
117+ help = "Workload identity provider (default: SNOWFLAKE_WORKLOAD_IDENTITY_PROVIDER env variable)" ,
118+ default = environ .get ("SNOWFLAKE_WORKLOAD_IDENTITY_PROVIDER" ),
119+ )
110120 parser .add_argument (
111121 "--passphrase" ,
112122 help = "Passphrase for private key file (default: SNOWFLAKE_PRIVATE_KEY_PASSPHRASE env variable)" ,
You can’t perform that action at this time.
0 commit comments