Layer7 API Management

 View Only

MySQL JDBC Driver created when Oracle specified in Helm Chart?

  • 1.  MySQL JDBC Driver created when Oracle specified in Helm Chart?

    Posted Sep 16, 2025 12:59 PM

    Hi,

    I have only just noticed this, because the MySQL driver selection in the GUI for OAuth actually works with Oracle Exadata!

    I upgraded 3.0.31 -> 3.0.35 Helm Chart just in case, but I get the same results.

    I specify this in the chart.

    ----------------------------------------

          # OAuth Tookit Configuration

          otk:

            enabledtrue

            typeSINGLE

            database:

              dbUpgradefalse

              typeoracle

              usernameOTK_USER

              password: redacted

              sql:

                jdbcURLjdbc:oracle:thin:@//redacted.redacted.com:1521/SERVICE.redacted.redacted

                databaseNameotk_db

    ----------------------------------------

    What I see in the Driver Selection Class for the OAuth JDBC Connection is:

    com.mysql.jdbc.Driver

    Supports MySQL Server (deprecated)

    ----------------------------------------

    I am guessing that there is some driver JAR scanning going on under the covers that enables this to work, but it does look a bit strange.

    Best Regards,

    Dave V.



    -------------------------------------------