sclee01 opened a new pull request, #1905: URL: https://github.com/apache/polaris/pull/1905
This PR addresses an inconsistency in bootstrap credential settings across various parts of the project. It is originated from the following issue: [#1869](https://github.com/apache/polaris/issues/1869#issuecomment-2976500860) ## Previously: ### docker-compose.yml used: `POLARIS_BOOTSTRAP_CREDENTIALS: default-realm,root,s3cr3t` ### whereas other configurations (e.g., gradle.properties, README examples) used: `-Dpolaris.bootstrap.credentials=POLARIS,root,secret` This inconsistency caused errors when running commands like `./regtests/run_spark_sql.sh.` ## Summary of Changes Unified all credential formats to use `default-realm,root,s3cr3t` Modified: - gradle.properties - docker-compose.yml - README.md - run_spark.sql.sh This change ensures consistent local development setup across the project. -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org