Skip to content

Commit

Permalink
Merge branch 'feast-rbac' into add-client-auth-grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
tmihalac authored Jul 12, 2024
2 parents e76a97b + 35ede28 commit 4f83600
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sdk/python/feast/permissions/client/auth_client_manager.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
from abc import ABC, abstractmethod

import pyarrow.flight as fl

from feast.permissions.auth.auth_type import AuthType
from feast.permissions.auth_model import (
AuthConfig,
Expand Down Expand Up @@ -36,3 +38,4 @@ def get_auth_client_manager(auth_config: AuthConfig) -> AuthenticationClientMana
raise RuntimeError(
f"No Auth client manager implemented for the auth type:${auth_config.type}"
)

0 comments on commit 4f83600

Please sign in to comment.