-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add URL Resolver #6920
Comments
When using the authenticated API the git resolver only fetches the specified file: https://tekton.dev/docs/pipelines/git-resolver/#authenticated-api Does this work for your use case? If not can you elaborate on the issue(s) you're facing? |
Authenticated API doesn't work for our usecase, as it would require another configuration that we don't want to deal with. At least that's my understanding that we would need to configure additional secrets and what not, right? Also the documentation on https://tekton.dev/docs/pipelines/git-resolver/#authenticated-api is not very clear TBH. Are the Task & Pipelines Resolution examples complete? It would be nice if it really show everything that needs to be configured. |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
/lifecycle frozen |
/assign @chmouel |
@vdemeester: GitHub didn't allow me to assign the following users: chmouel. Note that only tektoncd members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
since I'd like to have Pipelines-as-Code using pipelines resolvers and bring feature parity I can take this on! /assign |
/assign @chmouel |
Feature request
Would be nice to add URL Resolver, that fetches Task/Pipeline directly from the URL. Pipelines as Code support this kind of resolver.
Use case
It useful to reference a task that is hosted on some remote URL or even in a git repo. Using Git Resolver on a large repository is not convenient, becase it takes a lot of time to fetch the whole repo and the use the file. If we can just reference the file by URL, the resolving will be much faster.
The text was updated successfully, but these errors were encountered: