nastra commented on issue #14634: URL: https://github.com/apache/iceberg/issues/14634#issuecomment-3556342891
> I contacted the BigLake support some time ago, and it seems that the method `OAuth2RefreshCredentialsHandler.refreshAccessToken()` ([link here](https://github.com/apache/iceberg/blob/cc38966a84775a369bb4e35e8158845a0e8a54a6/gcp/src/main/java/org/apache/iceberg/gcp/gcs/OAuth2RefreshCredentialsHandler.java#L66)) is not used anywhere. > > I would assume that this method should be used somewhere in this Iceberg project to not get an error anymore. Sorry in advance if this is not the case. Vended credentials are refreshed when the REST server returns a config as part of the loadTable response and indicates that it supports refreshing vended credentials via `gcs.oauth2.refresh-credentials-endpoint` and `gcs.oauth2.refresh-credentials-enabled`. If the server doesn't return that config in the loadTable response, then the vended credential won't be refreshed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
