Skip to content

Commit

Permalink
refactor: remove outdated comment
Browse files Browse the repository at this point in the history
RHCLOUD-29641
  • Loading branch information
MikelAlejoBR committed Feb 20, 2024
1 parent 8da43c2 commit db307a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rbac/management/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ def get_principal(
else:
verify_principal_with_proxy(username, request, verify_principal=verify_principal)

# In the case that the user that made the request was a service account, store it accordingly in the database.
if ITService.is_username_service_account(username=username):
client_id: uuid.UUID = ITService.extract_client_id_service_account_username(username)

Expand Down

0 comments on commit db307a0

Please sign in to comment.