Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SNOW-618478: Support private key base64 in connection parameters #1847

Commits on Jul 30, 2024

  1. SNOW-618478: Support accepting a private key as a base64 encoded stri…

    …ng with the new session property key "private_key_base64"
    ets authored and sfc-gh-dprzybysz committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    85e5cd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9edc733 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    2fdf9fa View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    f01dcc5 View commit details
    Browse the repository at this point in the history
  2. SNOW-1614292: java.lang.ClassNotFoundException: org.slf4j.LoggerFactor (

    #1862)
    
    Fixes issue where the absence of the slf4j-api library from the classpath
    results in a NoClassDefFoundError/ClassNotFoundException because
    the class org.slf4j.LoggerFactory can't be found
    sfc-gh-wfateem authored and sfc-gh-mkubik committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    4060fe1 View commit details
    Browse the repository at this point in the history
  3. SNOW-618478: Introduce unified property for private key file and base…

    …64 bytes
    
    Adds private_key_pwd session property that may be used interchangeably with existing private_key_file_pwd. Marks private_key_file_pwd property as deprecated as in the future it'll be completely replaced with private_key_pwd. Rename usages of privateKeyFilePwd to privateKeyPwd to clarify that from now it may refer not only to the file but also private_key_base64.
    sfc-gh-mkubik committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    f22fce4 View commit details
    Browse the repository at this point in the history
  4. SNOW-618478: Introduce unified property for private key file and base…

    …64 bytes
    
    Adds private_key_pwd session property that may be used interchangeably with existing private_key_file_pwd. Marks private_key_file_pwd property as deprecated as in the future it'll be completely replaced with private_key_pwd. Rename usages of privateKeyFilePwd to privateKeyPwd to clarify that from now it may refer not only to the file but also private_key_base64.
    sfc-gh-mkubik committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    ea2c44a View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    7187d45 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    dadb298 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    ccfd2dc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'SNOW-618478-support-private-key-base64-in-connection-pa…

    …rameters' of github.com:snowflakedb/snowflake-jdbc into SNOW-618478-support-private-key-base64-in-connection-parameters
    sfc-gh-mkubik committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    7f97609 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    464b199 View commit details
    Browse the repository at this point in the history