Skip to content

Commit

Permalink
review: fix POLARIS_BOOTSTRAP_CREDENTIALS
Browse files Browse the repository at this point in the history
  • Loading branch information
dimas-b committed Jan 10, 2025
1 parent 9dc7111 commit 09dcd88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dropwizard/service/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +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")
// Note: the test secrets are referenced in DropwizardServerManager
environment("POLARIS_BOOTSTRAP_CREDENTIALS", "POLARIS,root,test-admin,test-secret")
jvmArgs("--add-exports", "java.base/sun.nio.ch=ALL-UNNAMED")
useJUnitPlatform()
maxParallelForks = 4
Expand Down

0 comments on commit 09dcd88

Please sign in to comment.