Skip to content

Commit

Permalink
feat: add debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
ImMin5 committed Jan 16, 2024
1 parent ee502f2 commit 79d41fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/spaceone/cost_analysis/manager/identity_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def get_workspace(self, workspace_id: str, domain_id: str) -> str:
return workspace_id

def list_service_accounts(self, query: dict, domain_id: str) -> dict:
_LOGGER.debug(f"[list_service_accounts] token_type: {self.token_type}")
if self.token_type == "SYSTEM_TOKEN":
return self.identity_conn.dispatch(
"ServiceAccount.list", {"query": query}, x_domain_id=domain_id
Expand Down

0 comments on commit 79d41fb

Please sign in to comment.