From e5e428f69319f2bc78a9c5563bed2092d9c05ca9 Mon Sep 17 00:00:00 2001 From: BinamB Date: Fri, 15 Jan 2021 12:17:49 -0600 Subject: [PATCH] prints --- fence/sync/sync_users.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/fence/sync/sync_users.py b/fence/sync/sync_users.py index fa0a500bd..be00d8ce6 100644 --- a/fence/sync/sync_users.py +++ b/fence/sync/sync_users.py @@ -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"]