Skip to content

Commit

Permalink
print
Browse files Browse the repository at this point in the history
  • Loading branch information
BinamB committed Jan 14, 2021
1 parent f254249 commit b6c18d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fence/sync/sync_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -1502,6 +1502,11 @@ def _update_authz_in_arborist(self, session, user_projects, user_yaml=None):
# from authorization sources get policies revoked
arborist_user_projects = {}
try:
print("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!")
print(self.arborist_client._user_url)
self.arborist_client.get(
url=self.arborist_client._user_url
)
arborist_users = self.arborist_client.get(
url=self.arborist_client._user_url
).json["users"]
Expand Down

0 comments on commit b6c18d9

Please sign in to comment.