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

feat: support CredentialsProvider in Connection API #1869

Merged
merged 2 commits into from May 5, 2022

Commits on May 3, 2022

  1. feat: support CredentialsProvider in Connection API

    Adds suppport for setting a CredentialsProvider instead of a
    credentialsUrl in a connection string. The CredentialsProvider reference
    must be a class name to a public class with a public no-arg constructor.
    This option is available in the Connection API, which means that any
    client that uses that API can directly benefit from it (this effectively
    means the JDBC driver).
    
    Fixes b/231174409
    olavloite committed May 3, 2022
    Configuration menu
    Copy the full SHA
    2360e7e View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

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