dimas-b commented on code in PR #1905: URL: https://github.com/apache/polaris/pull/1905#discussion_r2153012517
########## getting-started/jdbc/README.md: ########## @@ -42,7 +42,7 @@ This example requires `jq` to be installed on your machine. export QUARKUS_DATASOURCE_PASSWORD=postgres export ASSETS_PATH=$(pwd)/getting-started/assets/ export CLIENT_ID=root - export CLIENT_SECRET=s3cr3t + export CLIENT_SECRET=secret Review Comment: nit: I'm fine with this change, however the old `s3cr3t` was quite unique and easy to search for in text ;) ########## getting-started/jdbc/README.md: ########## @@ -42,7 +42,7 @@ This example requires `jq` to be installed on your machine. export QUARKUS_DATASOURCE_PASSWORD=postgres export ASSETS_PATH=$(pwd)/getting-started/assets/ export CLIENT_ID=root - export CLIENT_SECRET=s3cr3t + export CLIENT_SECRET=secret Review Comment: nit: I'm fine with this change, however the old `s3cr3t` string was quite unique and easy to search for in text ;) -- 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