andrew4699 commented on code in PR #590:
URL: https://github.com/apache/polaris/pull/590#discussion_r1909297101
##########
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:
It seems to be hardcoded currently
https://github.com/apache/polaris/blob/f6d2a8c9bcfa03e45b8a5d136bea68a43c0313b5/dropwizard/service/src/test/java/org/apache/polaris/service/dropwizard/it/DropwizardServerManager.java#L108
Also would these credentials be valid? I thought Polaris generates random
credentials.
--
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]