Skip to content

Commit

Permalink
Merge pull request #411 from ImMin5/master
Browse files Browse the repository at this point in the history
Remove unused parameter when generate token
  • Loading branch information
ImMin5 authored Nov 29, 2024
2 parents a9d5a19 + cf6d704 commit c515b74
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/spaceone/identity/manager/token_manager/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ def issue_token(
)

timeout = self.set_timeout(timeout)
endpoints = config.get_global("ENDPOINTS")
identity_base_url = config.get_global("IDENTITY_BASE_URL")

access_token = key_gen.generate_token(
Expand All @@ -79,7 +78,6 @@ def issue_token(
workspace_id=workspace_id,
permissions=permissions,
projects=projects,
endpoints=endpoints,
identity_base_url=identity_base_url,
)

Expand Down

0 comments on commit c515b74

Please sign in to comment.