Skip to content

Commit ac65e0a

Browse files
committed
review: fix POLARIS_BOOTSTRAP_CREDENTIALS
1 parent 99efa89 commit ac65e0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dropwizard/service/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ tasks.named<Test>("test").configure {
142142
if (System.getenv("AWS_REGION") == null) {
143143
environment("AWS_REGION", "us-west-2")
144144
}
145-
environment("POLARIS_BOOTSTRAP_POLARIS_ROOT_CLIENT_ID", "test-admin")
146-
environment("POLARIS_BOOTSTRAP_POLARIS_ROOT_CLIENT_SECRET", "test-secret")
145+
// Note: the test secrets are referenced in DropwizardServerManager
146+
environment("POLARIS_BOOTSTRAP_CREDENTIALS", "POLARIS,root,test-admin,test-secret")
147147
jvmArgs("--add-exports", "java.base/sun.nio.ch=ALL-UNNAMED")
148148
useJUnitPlatform()
149149
maxParallelForks = 4

0 commit comments

Comments
 (0)