snazy commented on code in PR #3612:
URL: https://github.com/apache/polaris/pull/3612#discussion_r2745406717


##########
getting-started/keycloak/docker-compose.yml:
##########
@@ -71,12 +71,12 @@ services:
     command:
       - "-c"
       - >-
-        apk add --no-cache jq && 
-        chmod +x /polaris/create-catalog.sh && 
+        apk add --no-cache jq &&
         token=$$(curl 
http://keycloak:8080/realms/iceberg/protocol/openid-connect/token --user 
client1:s3cr3t -d 'grant_type=client_credentials' | jq -r .access_token) && 

Review Comment:
   My assumption is that the token would just be "invalid".
   It's also that the pipe "eliminates" the exit code from curl, but `jq` would 
fail then.



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