flyrain commented on code in PR #176:
URL: https://github.com/apache/polaris/pull/176#discussion_r1726372139
##########
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:
Can we invest why credential vending doesn't work? I assume it should be on
by default.
##########
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:
Can we investigate why credential vending doesn't work? I assume it should
be on by default.
--
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]