Skip to content

Commit

Permalink
Merge pull request #89 from eth-cscs/RESTAPI-626-add-keystone-files-t…
Browse files Browse the repository at this point in the history
…o-dockerfile

Added keystonauth and keystonesaml to storage image
  • Loading branch information
jpdorsch authored Apr 2, 2021
2 parents 8e29842 + 6117f9b commit c13cad9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/docker/storage/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ RUN pip3 install -r deps/requirements.txt

ADD src/storage/storage.py storage.py
ADD src/storage/keystone.py keystone.py
ADD src/storage/keystoneoidc.py keystoneoidc.py
ADD src/storage/keystonesaml.py keystonesaml.py
ADD src/storage/objectstorage.py objectstorage.py
ADD src/storage/s3v2OS.py s3v2OS.py
ADD src/storage/s3v4OS.py s3v4OS.py
Expand Down

0 comments on commit c13cad9

Please sign in to comment.