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