astronautas commented on issue #15414: URL: https://github.com/apache/iceberg/issues/15414#issuecomment-4108625836
> Is it because you are using the OAuth token here explicitly in the config? I was also noticing similar issue with Flink. Wondering if it can work if we create an OAuth app for this flink job, and provide the app credentials directly as `credentials : <client_id>:<secret>` https://iceberg.apache.org/docs/nightly/configuration/#oauth2-auth-properties No, we don't use an oauth token directly in the config. We use vended credentials. Actually getting rid of vended credentials i.e. running without refresh works just fine (e.g. using a k8s serviceAccount and then default application credentials get picked-up). -- 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]
