pipelines/backend/api/v1beta1/go_http_client/pipeline_upload_client
Ilias Katsakioris 931c14a742
feat(backend): Upload namespaced pipeline definitions. Part of #4197 (#8511)
* feat(backend) Fix authentication in upload requests

Fix the way KFP API server authenticates pipeline upload requests.
We leverage 'isAuthenticated()` function which requires proper
initialization of the context object to include user identity.

* feat(backend): Add namespace field in pipeline upload swagger definition

Extend swagger defintion of the pipeline upload API with a namespace
parameter in order to support uploading namespaced pipelines.

* chore(backend): Generate Go & Python clients

Autogenerate the Go and Python clients after extending the swagger
definitions of upload pipeline APIs with a namespace field.
2022-12-01 19:22:44 +00:00
..
pipeline_upload_service feat(backend): Upload namespaced pipeline definitions. Part of #4197 (#8511) 2022-12-01 19:22:44 +00:00
pipeline_upload_client.go chore(backend): move v1 api to v1beta1 package and folder (#8376) 2022-10-26 07:11:30 +00:00