Skip to content

Commit

Permalink
fix(access token polling): honor sync client
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfrancismccann committed Feb 17, 2022
1 parent 28c6e82 commit c1b53a4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2

WORKDIR /$appname

# TODO TAKE OUT: ONLY FOR DEVELOPMENT AND TESTING PURPOSES
COPY gen3authz-1.5.1.tar.gz /$appname/
# copy ONLY poetry artifact, install the dependencies but not fence
# this will make sure than the dependencies is cached
COPY poetry.lock pyproject.toml /$appname/
Expand Down
Binary file added gen3authz-1.5.1.tar.gz
Binary file not shown.
11 changes: 7 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ flask-cors = "^3.0.3"
flask-restful = "^0.3.6"
flask_sqlalchemy_session = "^1.1"
email_validator = "^1.1.1"
gen3authz = "^1.5.0"
# TODO USE ^1.5.1 WHEN RELEASED. LOCAL COPY ONLY FOR DEVELOPMENT AND TESTING PURPOSES
gen3authz = {path = "./gen3authz-1.5.1.tar.gz"}
gen3cirrus = "^2.0.0"
gen3config = "^0.1.7"
gen3users = "^0.6.0"
Expand Down

0 comments on commit c1b53a4

Please sign in to comment.