Skip to content

Commit

Permalink
Merge pull request #144 from ImMin5/master
Browse files Browse the repository at this point in the history
Add debug code
  • Loading branch information
ImMin5 authored Jan 16, 2024
2 parents 557d846 + 79d41fb commit e326fae
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 e326fae

Please sign in to comment.