maheshjad commented on issue #13030: URL: https://github.com/apache/iceberg/issues/13030#issuecomment-3794848792
> > [@gsparre](https://github.com/gsparre) , did you get the solution? i am facing same problem. > > Try setting token-exchange-enabled to false: https://iceberg.apache.org/docs/nightly/configuration/#oauth2-auth-properties Thanks for the suggestion. I didn’t use token-exchange-enabled=false in my setup. Since my Flink cluster is running on Kubernetes, I solved this by using AWS IRSA (IAM Roles for Service Accounts) so the Flink pods get AWS credentials via the service account. This also takes care of credential rotation automatically, so I don’t hit token expiration issues anymore. -- 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]
