Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(backend): Upload namespaced pipeline definitions. Part of #4197 #8511

Commits on Nov 30, 2022

  1. 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.
    elikatsis committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    708ead8 View commit details
    Browse the repository at this point in the history
  2. 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.
    elikatsis committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    e09af02 View commit details
    Browse the repository at this point in the history
  3. 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.
    elikatsis committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    1198404 View commit details
    Browse the repository at this point in the history