Anton Troshin
Anton Troshin
Closing, superseded by https://github.com/dapr/cli/pull/1460
I did test this locally, but had to do a few manual changes, due to the image location. Using `kind` local cluster. ```sh cd tutorials/pub-sub/csharp-subscriber dotnet restore dotnet build -o...
@elena-kolevska The metrics server command fix was addressed in another PR https://github.com/dapr/dapr/pull/7992 Thanks for checking this out as well.
Due to the restriction of the `secretKeyRef`, `name` field is required (read more [here](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#environment-variables), in section "env.valueFrom.secretKeyRef.name"), this makes the single key value secret requires us to have both `name`...
Closing, superseded by https://github.com/dapr/dapr/pull/8252
Hi @mikeee Gathered some general information about Github limits, my test experience and other observation notes. Unauthenticated user requests: 60 per hour. [source](https://docs.github.com/en/rest/using-the-rest-api/rate-limits-for-the-rest-api?apiVersion=2022-11-28#primary-rate-limit-for-unauthenticated-users) Authenticated user requests: 5000 per hour. [source](https://docs.github.com/en/rest/using-the-rest-api/rate-limits-for-the-rest-api?apiVersion=2022-11-28#primary-rate-limit-for-authenticated-users)...
@paulyuk I've tested this locally and see that it works in the GH runners now, can we consider it fixed?
/assign
Completed in #1474
We should merge this PR. It is also bumps up `golang.org/x/crypto` to `v0.36.0`, which will solve a `HIGH` CVE that showed up running `trivy` https://pkg.go.dev/vuln/GO-2025-3487