HonahX commented on code in PR #1870:
URL: https://github.com/apache/polaris/pull/1870#discussion_r2141000339


##########
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:
   Since this is a getting-started example, I think users should always use 
localhost. How about we just keep it simple and avoid requiring them to 
copy-paste any extra code?



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