MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / _mtls_dir

Function _mtls_dir

e2e/python/oidc/oidc_auth_test.py:82–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80
81
82def _mtls_dir() -> Path:
83 cluster_name = os.environ.get("OPENSHELL_GATEWAY", "openshell")
84 return _xdg_config_home() / "openshell" / "gateways" / cluster_name / "mtls"
85
86
87def _token_request(data: dict[str, str]) -> str:

Callers 1

_grpc_channelFunction · 0.70

Calls 2

_xdg_config_homeFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected