hanishi commented on PR #1494: URL: https://github.com/apache/pekko-connectors/pull/1494#issuecomment-4048056373
The google-application-default credential provider has not been tested against a real GCP environment. The existing integration tests run against the Pub/Sub emulator, which accepts unauthenticated requests, so they don't exercise the GoogleApplicationDefaultCredentials path. The unit test in CredentialsSpec only verifies that config parsing reaches Google's auth library. To fully validate this feature, we need to test against a real GCP project with actual credentials, verify that `GoogleCredentials.getApplicationDefault()` correctly resolves credentials across various environments, and that authenticated StreamingPull and Publish requests succeed end-to-end. -- 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]
