Alexander Corradini
Alexander Corradini
**Describe the issue** The *Declarative Subscriptions* doc suggests that using the Dapr SDKs requires two steps to be able to subscribe to a Dapr pubsub: 1. Component file with `kind:...
## Expected Behavior When sending data to a Redis Output Binding using `DaprClient`, data is successfully accepted by Redis. ## Actual Behavior Sending data to Redis Output Binding fails, as...
## Expected Behavior Ability to configure the max message when using `DaprServer` with `http` protocol. That way we can receive Dapr pubsub messages that are >100KB. ## Actual Behavior When...
I have the following requirement and was wondering if `htransformation` could be used to solve it: Traefik receives requests that contain the following header: ```bash X-Forwarded-For: 62.123.23.32:63417, 172.22.0.4 ``` What...
This module is exactly what we've been looking for in our NGINX setup. The challenge we're having is that we're not quite sure how to best package it into our...
### Checks - [X] I've already read https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/troubleshooting-actions-runner-controller-errors and I'm sure my issue is not covered in the troubleshooting guide. - [X] I am using charts that are officially provided...
### What happened? When creating a new `VirtualNetworkLink` resource, the operation fails with the following: ``` azure-native:network:VirtualNetworkLink (vnl-dev-app-blue-hub-we) error: 1 error occurred: autorest/azure: Service returned an error. Status=404 Code="ResourceNotFound" Message="The...
## In what area(s)? /area runtime ## What version of Dapr? 1.13.0 but also observed in 1.12 and 1.11. ## Expected Behavior Dapr sidecars start up successfully when a K8S...
First, great job on this plugin, it's super useful! We have the scenario where Traefik routes API calls to backend services that are only meant to be used by specific...