adutra commented on code in PR #2244:
URL: https://github.com/apache/polaris/pull/2244#discussion_r2270926968


##########
getting-started/assets/polaris/create-catalog.sh:
##########
@@ -78,6 +85,7 @@ echo $PAYLOAD
 curl -s -H "Authorization: Bearer ${token}" \
    -H 'Accept: application/json' \
    -H 'Content-Type: application/json' \
+   -H "Polaris-Realm: $realm" \

Review Comment:
   No it's not required indeed. It's configured here:
   
   
https://github.com/apache/polaris/blob/0c790e0ad48d69d97033bdde08d3bf4bb415210f/runtime/defaults/src/main/resources/application.properties#L111
   
   And the default is the first realm declared in 
`polaris.realm-context.realms`.
   
   



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