Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
BinamB committed Jan 15, 2021
1 parent 5360421 commit 50cd78f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
4 changes: 1 addition & 3 deletions fence/sync/sync_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -1502,9 +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_users(
url=self.arborist_client._user_url
).json["users"]
arborist_users = self.arborist_client.get_users().json["users"]

# construct user information, NOTE the lowering of the username. when adding/
# removing access, the case in the Fence db is used. For combining access, it is
Expand Down
Binary file added pkg/gen3authz-1.0.35.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.34.tar.gz"}
gen3authz = { path = "./pkg/gen3authz-1.0.35.tar.gz"}
gen3cirrus = "^1.3.0"
gen3config = "^0.1.7"
gen3users = "^0.6.0"
Expand Down

0 comments on commit 50cd78f

Please sign in to comment.