eric-maynard commented on code in PR #1870:
URL: https://github.com/apache/polaris/pull/1870#discussion_r2140896043


##########
getting-started/eclipselink/README.md:
##########
@@ -74,15 +73,15 @@ This example requires `jq` to be installed on your machine.
 5. Then, use the access token in the Authorization header when accessing 
Polaris:
 
     ```shell
-    curl -v http://127.0.0.1:8181/api/management/v1/principal-roles -H 
"Authorization: Bearer $POLARIS_TOKEN"
-    curl -v 
http://127.0.0.1:8181/api/management/v1/catalogs/quickstart_catalog -H 
"Authorization: Bearer $POLARIS_TOKEN"
+    curl -v http://localhost:8181/api/management/v1/principal-roles -H 
"Authorization: Bearer $POLARIS_TOKEN"

Review Comment:
   For some other scripts we use POLARIS_HOST, like so:
   ```
   env POLARIS_HOST=localhost ./regtests/run.sh
   ```
   
   Should we consider doing something similar here?
   



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to