flyrain commented on code in PR #176: URL: https://github.com/apache/polaris/pull/176#discussion_r1726362667
########## docker-compose-jupyter.yml: ########## @@ -44,6 +44,8 @@ services: condition: service_healthy environment: AWS_REGION: us-west-2 + AWS_ACCESS_KEY_ID: $AWS_ACCESS_KEY_ID + AWS_SECRET_ACCESS_KEY: $AWS_SECRET_ACCESS_KEY Review Comment: We shouldn't need it with credential vending. The only credentials required from the Spark side are OAuth2 client id and client secret, unless credential vending doesn't work 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: dev-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org