MCPcopy Create free account
hub / github.com/feast-dev/feast / AllowAll

Class AllowAll

sdk/python/feast/permissions/auth/auth_manager.py:60–68  ·  view source on GitHub ↗

An AuthManager not extracting nor parsing the authorization token.

Source from the content-addressed store, hash-verified

58
59
60class AllowAll(AuthManager):
61 """
62 An AuthManager not extracting nor parsing the authorization token.
63 """
64
65 def __init__(self):
66 super().__init__(
67 token_extractor=NoAuthTokenExtractor(), token_parser=NoAuthTokenParser()
68 )

Callers 2

init_auth_managerFunction · 0.90
start_registry_serverFunction · 0.90

Calls

no outgoing calls

Tested by 1

start_registry_serverFunction · 0.72