Skip to content

Commit

Permalink
async
Browse files Browse the repository at this point in the history
  • Loading branch information
BinamB committed Jan 15, 2021
1 parent 00b2975 commit 9e210d6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion fence/sync/sync_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -1502,7 +1502,7 @@ def _update_authz_in_arborist(self, session, user_projects, user_yaml=None):
# from authorization sources get policies revoked
arborist_user_projects = {}
try:
arborist_users = self.arborist_client.get_user(
arborist_users = self.arborist_client.get_users(
url=self.arborist_client._user_url
).json["users"]

Expand Down
Binary file modified pkg/gen3authz-1.0.32.tar.gz
Binary file not shown.
8 changes: 4 additions & 4 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ flask-cors = "^3.0.3"
flask-restful = "^0.3.6"
flask_sqlalchemy_session = "^1.1"
email_validator = "^1.1.1"
gen3authz = { path = "./pkg/gen3authz-1.0.33.tar.gz"}
gen3authz = { path = "./pkg/gen3authz-1.0.32.tar.gz"}
gen3cirrus = "^1.3.0"
gen3config = "^0.1.7"
gen3users = "^0.6.0"
Expand Down

0 comments on commit 9e210d6

Please sign in to comment.