rambleraptor opened a new pull request, #703: URL: https://github.com/apache/iceberg-go/pull/703
Now that iceberg-go has Auth Manager support, I figured I'd add in the Google Auth Manager. This uses the google auth library (which is built into the language funny enough) to handle the various Google auth situations. These should be: - Service account file - Application Default credentials Using OAuth Tokens can be done through a regular OAuth flow. I added a couple tests here as well. They're a little hacky, since it's hard to test these things without actually having default application credentials loaded on your machine. -- 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]
