Skip to content

Commit

Permalink
Merge pull request feast-dev#38 from dmartinol/feast-rbac-auth
Browse files Browse the repository at this point in the history
fixed broken IT
  • Loading branch information
dmartinol authored Jul 10, 2024
2 parents 087fd71 + 1e0d229 commit c3e279b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/python/feast/permissions/server/rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ async def inject_user_details(request: Request) -> Any:
current security manager, if any.
"""
sm = get_security_manager()
current_user = None
if sm is not None:
auth_manager = get_auth_manager()
access_token = auth_manager.token_extractor.extract_access_token(
Expand Down

0 comments on commit c3e279b

Please sign in to comment.