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

[WIP] Add generic git task - with alternative auth #309

Closed
wants to merge 1 commit into from

Commits on May 10, 2020

  1. [WIP] Add generic git task - with alternative auth

    The existing git-clone task is very opinionated and custom. This task use a generic _git image_. The plan is to add tasks for `git-add`, `git-commit` and `git-push` as well.
    
    This commit also shows an alternative way to setup authentication. This authentication is independent of [Tekton Pipeline Auth documentation](https://github.com/tektoncd/pipeline/blob/master/docs/auth.md) and does not use _annotations on Secrets_ and no need for custom _credential initialization process_ and does not copy or move any sensitive values, but mount them using a projected volume.
    
    /kind feature
    jlpettersson committed May 10, 2020
    Configuration menu
    Copy the full SHA
    92462ef View commit details
    Browse the repository at this point in the history