This is an automated email from the ASF dual-hosted git repository.

dimas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new 08086b300 fix password in README.md for ``./gradlew run` (#2572)
08086b300 is described below

commit 08086b300f815c02e9f5988760d0470f0eeb1bc6
Author: Dmitri Bourlatchkov <[email protected]>
AuthorDate: Mon Sep 15 17:30:36 2025 -0400

    fix password in README.md for ``./gradlew run` (#2572)
    
    Use the password that matches what the `run` task actually configures.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0abadaf25..fa44717ab 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,7 @@ Apache Polaris is built using Gradle with Java 21+ and Docker 
27+.
 - `./gradlew build` - To build and run tests. Make sure Docker is running, as 
the integration tests depend on it.
 - `./gradlew assemble` - To skip tests.
 - `./gradlew check` - To run all checks, including unit tests and integration 
tests.
-- `./gradlew run` - To run the Polaris server locally; the server is reachable 
at localhost:8181. This is also suitable for running regression tests, or for 
connecting with Spark. Set your own credentials by specifying system property 
`./gradlew run -Dpolaris.bootstrap.credentials=POLARIS,root,secret` where:
+- `./gradlew run` - To run the Polaris server locally; the server is reachable 
at localhost:8181. This is also suitable for running regression tests, or for 
connecting with Spark. Set your own credentials by specifying system property 
`./gradlew run -Dpolaris.bootstrap.credentials=POLARIS,root,s3cr3t` where:
   - `POLARIS` is the realm
   - `root` is the CLIENT_ID
   - `secret` is the CLIENT_SECRET

Reply via email to