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

Add JDBC credentials extraction from env variables and improve exception handling #692

Merged
merged 3 commits into from
May 13, 2024

Commits on May 7, 2024

  1. Add JDBC credentials extraction and improve exception handling

    This update introduces the ability to extract JDBC credentials from environment variables enhancing security features. Additionally, improvements have been made to the exception handling when generating schema for SQL table or result of SQL query.
    zaleslaw committed May 7, 2024
    Configuration menu
    Copy the full SHA
    d16d12e View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Add environment variable support to JDBC credentials

    Updated the JDBC connection options to interpret the user and password values as keys for system environment variables when extractCredFromEnv is set to true. This change allows more security and flexibility in handling sensitive JDBC credentials.
    zaleslaw committed May 13, 2024
    Configuration menu
    Copy the full SHA
    66f7974 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69eb752 View commit details
    Browse the repository at this point in the history