owenowenisme commented on code in PR #1522:
URL: https://github.com/apache/polaris/pull/1522#discussion_r2075953515


##########
site/content/in-dev/unreleased/getting-started/using-polaris.md:
##########
@@ -79,11 +84,13 @@ With a catalog created, we can create a [principal]({{% 
relref "../entities#prin
 
 Be sure to provide the necessary credentials, hostname, and port as before.
 
-When the `principals create` command completes successfully, it will return 
the credentials for this new principal. Be sure to note these down for later. 
For example:
+When the `principals create` command completes successfully, it will return 
the credentials for this new principal. Add the credentials in .env for later. 
For example:
 
 ```
 ./polaris ... principals create example
 {"clientId": "XXXX", "clientSecret": "YYYY"}
+echo "USER_CLIENT_ID="XXXX"                                                
+USER_CLIENT_SECRET="YYYY"" >> .env

Review Comment:
   Thanks, just fixed them.



-- 
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

Reply via email to