Skip to content

Commit

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

0 comments on commit e5e428f

Please sign in to comment.