Pachyderm · Authentication Profile
Pachyderm Authentication
Authentication
Pachyderm authenticates API/gRPC and pachctl clients with session tokens carried in gRPC metadata. Human users log in via OIDC (Pachyderm bundles a Dex identity provider); automation uses robot tokens. Authorization is RBAC — role bindings evaluated by the Auth service. Auth is activated per cluster (Enterprise feature) and rooted by a rotatable root token.
Pachyderm secures its APIs with oidc and bearer-token across 3 declared security schemes, as derived from its OpenAPI definitions.
CompanyMLOpsData VersioningData PipelineData LineageMachine-LearningKubernetesgRPCOpen-Source
Methods: oidc, bearer-token
Schemes: 3
OAuth flows:
API key in:
Security Schemes
OIDC openIdConnect
RobotToken http
RootToken http
Source
Authentication Profile
Work with this as data
Every security artifact here is available over the APIs.io API and to AI agents over MCP.