Skip to content

Commit

Permalink
feat(vdp): add grpc pipeline run logging endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
joremysh committed Sep 2, 2024
1 parent 28e7cdc commit f271cfc
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion config/settings-env/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -1866,6 +1866,18 @@
"url_pattern": "/vdp.pipeline.v1beta.ConnectionPublicService/GetNamespaceConnection",
"method": "POST",
"timeout": "5s"
},
{
"endpoint": "/vdp.pipeline.v1beta.PipelinePublicService/ListPipelineRuns",
"url_pattern": "/vdp.pipeline.v1beta.PipelinePublicService/ListPipelineRuns",
"method": "POST",
"timeout": "30s"
},
{
"endpoint": "/vdp.pipeline.v1beta.PipelinePublicService/ListComponentRuns",
"url_pattern": "/vdp.pipeline.v1beta.PipelinePublicService/ListComponentRuns",
"method": "POST",
"timeout": "30s"
}
],
"grpc_no_auth": [
Expand Down Expand Up @@ -2738,7 +2750,7 @@
"endpoint": "/model.model.v1alpha.ModelPublicService/ListModelRuns",
"url_pattern": "/model.model.v1alpha.ModelPublicService/ListModelRuns",
"method": "POST",
"timeout": "5s"
"timeout": "30s"
}
],
"grpc_no_auth": [
Expand Down

0 comments on commit f271cfc

Please sign in to comment.