Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
adutra committed Jan 16, 2025
1 parent ef061bb commit 290b8d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public URI baseUri() {
@Override
public ClientPrincipal adminCredentials() {
// These credentials are injected via env. variables from build scripts.
// Cf. POLARIS_BOOTSTRAP_POLARIS_ROOT_CLIENT_ID
// Cf. POLARIS_BOOTSTRAP_CREDENTIALS in build.gradle.kts
return new ClientPrincipal("root", new ClientCredentials("test-admin", "test-secret"));
}

Expand Down

0 comments on commit 290b8d9

Please sign in to comment.