Iain Sproat

Results 147 issues of Iain Sproat

Hi, this is a question about recommended practice rather than a bug report or feature request. This question refers to h3 1.8.1. I have a misbehaving client connecting to our...

question

The following `cluster-config.yaml` file works on v0.8.24 but fails in v0.8.25: ``` apiVersion: ctlptl.dev/v1alpha1 kind: Registry name: ctlptl-registry port: 5000 --- apiVersion: ctlptl.dev/v1alpha1 kind: Cluster product: kind registry: ctlptl-registry name:...

Hi, I'd like to deploy the docker registry with basic/htpasswd protection. I'm able to add the relevant `env` values (see below), but I'm not sure if there's an existing supported...

## Description & motivation This will surface email misconfiguration problems earlier and make them move visible to server operators. ## Changes: ## To-do before merge: ## Screenshots: ## Validation of...

- removes regex from ingress to avoid confusion over warning: https://github.com/kubernetes/ingress-nginx/issues/10200 - improves readability at expense of conciseness ## Description & motivation ## Changes: ## To-do before merge: - [...

## Description & motivation Unless there is an explicit reason to pin a dependency version using `resolutions`, they should specify minimum `>=` rather than minimum-compatible `~` or `^`. This PR...

There is a step in a pipeline run which fails with an error (the application exits with a non-zero exit code). Unfortunately the log content is not stored. All other...

kind/bug

# Expected Behavior ``` curl -k https://speckle.internal:8088/apis/results.tekton.dev/v1alpha2/parents/bfeb4b5d45/results/47373980-cbcb-4b57-8746-40cc5fd75649/logs ``` This results in the following as expected: ``` {"records":[{"name":"bfeb4b5d45/results/47373980-cbcb-4b57-8746-40cc5fd75649/logs/77a71268-1422-39f4-8b37-8e5264c6f2ae", "id":"58f21208-d056-4506-a1c8-124b3e34c830", "uid":"58f21208-d056-4506-a1c8-124b3e34c830", "data":{"type":"results.tekton.dev/v1alpha2.Log", "value":"base64encodedlogs"}, "etag":"58f21208-d056-4506-a1c8-124b3e34c830-1687799787144731088", "createdTime":"2023-06-26T17:16:27.144731Z", "createTime":"2023-06-26T17:16:27.144731Z", "updatedTime":"2023-06-26T17:16:27.144731Z", "updateTime":"2023-06-26T17:16:27.144731Z"}], "nextPageToken":""}` ``` I expect...

kind/bug

# Expected Behavior Tekton's [OpenAPI specification for a Log](https://github.com/tektoncd/results/blob/3c1584325abb63bdf55020c7bed6e08052c002b1/docs/api/openapi.yaml#L414-L417) specified that `data` contains a value of type `string`. I would expect the OpenAPI specification to match the structure of the...

kind/bug
lifecycle/rotten

# Expected Behavior The OpenAPI specification indicates that `RecordSummary` `starttime` is a [required value](https://github.com/tektoncd/results/blob/4ac116eafb978abdfca7a30923e5fd9d8a9069dc/docs/api/openapi.yaml#L429), and therefore would be expected to be populated with a valid DateTime corresponding to the Start...

kind/bug