Alan Greene

Results 353 comments of Alan Greene

Some more musings on the CSRF token flow for the `kubectl` client app approach... Can we disabled the CSRF token flow in the client code based on some config? Where...

CSRF protection updated to be compatible so that's no longer a concern, and #1907 sets fallback values for properties such as 'ReadOnly' when we detect we're in client mode so...

It could be added as an optional plugin and that should work today with the way both pieces are currently set up (add a symlink from `~/config/tkn/plugins/tkn-dashboard` to the client...

We should be able to revisit this once #1842 and #2103 are complete as we'll be using a new approach for the websocket connections that's directly compatible with that needed...

I agree it would be nice to be able to manually create runs using workspaces. We're currently working on introducing the ability to manually create a TaskRun, similar to the...

Depending on your specific use cases, if you're looking for a way to template the creation of runs you may be interested in [Tekton Triggers](https://github.com/tektoncd/triggers/tree/master/docs). > Triggers enables users to...

/remove-lifecycle stale /remove-lifecycle rotten /reopen

Moving the Create TaskRun UI to a full-page experience as we've already done for Create PipelineResource and Create Secret should be happening very soon: https://github.com/tektoncd/dashboard/issues/966 Once this is done we'll...