MCPcopy Index your code
hub / github.com/feast-dev/feast / no_security_manager

Function no_security_manager

sdk/python/feast/permissions/security_manager.py:229–235  ·  view source on GitHub ↗

Initialize the empty global instance of `SecurityManager`.

()

Source from the content-addressed store, hash-verified

227
228
229def no_security_manager():
230 """
231 Initialize the empty global instance of `SecurityManager`.
232 """
233
234 global _sm
235 _sm = None
236
237
238def is_auth_necessary(sm: Optional[SecurityManager]) -> bool:

Callers 2

init_security_managerFunction · 0.90
start_registry_serverFunction · 0.90

Calls

no outgoing calls

Tested by 1

start_registry_serverFunction · 0.72