Yousuf Jawwad

Results 25 comments of Yousuf Jawwad

Thank you for such a wonderful project. If we can remove the dependency on the Cargo.toml and have this language agnostic, i can advocate this inside my company. Thanks.

I am having the same problem.

I think I have narrowed down the problem. First the context, Below is my `Task` ```yaml apiVersion: tekton.dev/v1beta1 kind: Task metadata: name: rust-compile labels: app.kubernetes.io/version: "0.0.1" spec: params: - name:...

This PR is incredibly useful. Thanks @jacklee1792

are the hosts reachable? works fine for me.

> So I made this work by making a custom middleware which validates the access token and checks that it has all the required scopes. And I get required scopes...

correct me if i am wrong, but wouldn't that require writing your own template for code generation? .. right now, the code that is being generated is ```go func (w...