You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction
to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do
not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Debug Output
Caused by: liquibase.exception.DatabaseException: Connection could not be created to jdbc:bigquery://https://www.googleapis.com/bigquery/v2:443;ProjectId=<project_id>;Location=EU;OAuthType=3;DefaultDataset=himanshu_local_cdc;Timeout=3600; with driver com.simba.googlebigquery.jdbc.Driver. [Simba][BigQueryJDBCDriver](100004) HttpTransport IO error : Error getting subject token from metadata server: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target.
at liquibase.ext.bigquery.database.BigqueryConnection.openConn(BigqueryConnection.java:106)
at liquibase.ext.bigquery.database.BigqueryConnection.open(BigqueryConnection.java:94)
at liquibase.database.ConnectionServiceFactory.create(ConnectionServiceFactory.java:32)
... 30 more
Panic Output
NA
Steps to Reproduce
Use Liquibase 4.28.0 in github action as container
Download bigquery jdbc jars and liquibase-bigquery jar and copy it inside liquibase/lib
Use github action google-github-actions/auth@v2 to setup WIF, this service account has bigquery admin permissions
I have also tried using encrypt=false;trustServerCertificate=true; as suggested on post here even thought it was for sqlserver but error was on the same lines but still same issue.
Expected Behavior
Liquibase changeset should have got executed
Actual Behavior
Error below
Caused by: liquibase.exception.DatabaseException: Connection could not be created to jdbc:bigquery://https://www.googleapis.com/bigquery/v2:443;ProjectId=<project_id>Location=EU;OAuthType=3;DefaultDataset=himanshu_local_cdc;Timeout=3600; with driver com.simba.googlebigquery.jdbc.Driver. [Simba][BigQueryJDBCDriver](100004) HttpTransport IO error : Error getting subject token from metadata server: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target.
at liquibase.ext.bigquery.database.BigqueryConnection.openConn(BigqueryConnection.java:106)
at liquibase.ext.bigquery.database.BigqueryConnection.open(BigqueryConnection.java:94)
at liquibase.database.ConnectionServiceFactory.create(ConnectionServiceFactory.java:32)
... 30 more
References
#0000
The text was updated successfully, but these errors were encountered:
Community Note
to the original issue to help the community and maintainers prioritize this request
not help prioritize the request
Debug Output
Panic Output
NA
Steps to Reproduce
liquibase/lib
google-github-actions/auth@v2
to setup WIF, this service account has bigquery admin permissionsencrypt=false;trustServerCertificate=true;
as suggested on post here even thought it was for sqlserver but error was on the same lines but still same issue.Expected Behavior
Liquibase changeset should have got executed
Actual Behavior
Error below
References
The text was updated successfully, but these errors were encountered: