JiriOndrusek commented on code in PR #6799: URL: https://github.com/apache/camel-quarkus/pull/6799#discussion_r1853386095
########## integration-tests-jvm/google-secret-manager/README.adoc: ########## @@ -0,0 +1,14 @@ +The integration tests are executed only when valid service credentials are provided. +These tests do not use a mocked backend. + +=== Real Google API + +Below are the environment variables that have to be configured: + +[source,shell] +---- +export export GOOGLE_SERVICE_ACCOUNT_KEY=<path-to-google-credentials-json-file> Review Comment: sure, I'll fix that, thanks! -- 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]
