Skip to content

Commit

Permalink
add dummy credentials (fix instructure#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvayngrib committed Aug 22, 2017
1 parent b26c80a commit 345f590
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ COPY nginx-proxy.conf /etc/nginx-proxy.conf
COPY supervisord.conf /etc/supervisord.conf
RUN mkdir -p /var/log/supervisord

# add dummy credentials
# fixes: https://github.com/instructure/dynamo-local-admin-docker/issues/3
RUN mkdir /root/.aws
ADD credentials /root/.aws/

# Configuration for dynamo-admin to know where to hit dynamo.
ENV DYNAMO_ENDPOINT http://localhost:8002/

Expand Down
3 changes: 3 additions & 0 deletions credentials
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[default]
aws_access_key_id = mykey
aws_secret_access_key = mysecret

0 comments on commit 345f590

Please sign in to comment.