mattmoor / mink

A minimal distribution of Knative and Tekton, and CLI.
Apache License 2.0
102 stars 27 forks source link

Figure out auth for `mink run task` #472

Open mattmoor opened 3 years ago

mattmoor commented 3 years ago

Tekton broke the service account integration we used previously, so figure out what the expectations are for authenticating Task/Pipeline executions from *Runs.

mattmoor commented 3 years ago

Once this is fixed, we should change ./dockerize.sh back to the task:// form. I'm changing that in #469