eric-maynard commented on code in PR #1522: URL: https://github.com/apache/polaris/pull/1522#discussion_r2078133230
########## site/content/in-dev/unreleased/getting-started/using-polaris.md: ########## @@ -21,7 +21,12 @@ Title: Using Polaris type: docs weight: 400 --- - +## Setup +Define your `CLIENT_ID` & `CLIENT_SECRET` and put them in .env file for later use. Review Comment: I think export makes sense for places where we want the user to manually manage credentials within a session so that they can be used later on. .env makes sense if we are automating something and need to manage credentials on the user's behalf. -- 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