dimas-b commented on code in PR #590:
URL: https://github.com/apache/polaris/pull/590#discussion_r1906083767


##########
dropwizard/service/build.gradle.kts:
##########
@@ -140,6 +141,8 @@ tasks.named<Test>("test").configure {
   if (System.getenv("AWS_REGION") == null) {
     environment("AWS_REGION", "us-west-2")
   }
+  environment("POLARIS_BOOTSTRAP_POLARIS_ROOT_CLIENT_ID", "test-admin")
+  environment("POLARIS_BOOTSTRAP_POLARIS_ROOT_CLIENT_SECRET", "test-secret")

Review Comment:
   In `DropwizardServerManager`. I initially wanted to run the server in a 
separate JVM, but that proved to be too cumbersome. I can switch back to 
getting secrets from the local services by direct java calls, if you prefer.



-- 
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]

Reply via email to