rinsed-org / rb-snowflake-client

pure ruby snowflake (REST API) client
MIT License
9 stars 11 forks source link

Username is not converted to uppercase when generating JWT token as required by Snowflake #59

Open tylertate opened 2 months ago

tylertate commented 2 months ago

From the Snowflake documentation:

The account_identifier and user values must use all uppercase characters.

Organization and account name are already being converted to uppercase, but not username.