flyrain commented on code in PR #1610: URL: https://github.com/apache/polaris/pull/1610#discussion_r2103828412
########## site/content/in-dev/unreleased/getting-started/quickstart.md: ########## @@ -83,11 +89,6 @@ When using a Gradle-launched Polaris instance in this tutorial, we'll launch an For more information on how to configure Polaris for production usage, see the [docs]({{% relref "../configuring-polaris-for-production" %}}). When Polaris is run using the `./gradlew run` command, the root principal credentials are `root` and `secret` for the `CLIENT_ID` and `CLIENT_SECRET`, respectively. -You can also set these credentials as environment variables for use with the Polaris CLI: -```shell -export CLIENT_ID=root -export CLIENT_SECRET=secret -``` Review Comment: I think we still need this to enable polaris cli. -- 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