Yaron Schneider

Results 27 issues of Yaron Schneider

When running Dapr in a self-hosted environment such as IoT Edge, it's beneficial for users to know how to install and upgrade the following system components: 1. Sentry for mTLS...

P1
content/missing-information
platform/self-host

How can a TLS connection be enabled with redispipe?

Enable users to generate a pre-signed URL when saving a blob to S3: https://docs.aws.amazon.com/AmazonS3/latest/userguide/ShareObjectPreSignedURL.html.

kind/enhancement
good first issue

Dapr's service invocation building block gives developers many features including mTLS, resilience, telemetry, service discovery and access control. Each one of the features mentioned above is either pluggable via a...

area/runtime/invoke
kind/enhancement

In 1.14, change the default concurrency for Pulsar Pub/Sub from `100` to `0`, unlimited.

It'd be great to add support for service invocation in AWS ECS so that Dapr sidecars can communicate between them securely. Name resolution components sit here: https://github.com/dapr/components-contrib/tree/master/nameresolution. Info on AWS...

kind/enhancement
good first issue

Today, users can use either an AWS IAM role using a pod identity or an IAM user configured through a Dapr component. For some cases it's best to mix and...

kind/enhancement
pinned

This proposal looks to examine an additional operating mode for Dapr which enables sharing a single Dapr instance between many apps. (On Kubernetes this would likely mean a Daemonset as...

discussion
pinned

Today, the actor functionality (invoking actors, reminders, timers and receiving callbacks from the Dapr runtime) is only possible using HTTP. We should expose this functionality using gRPC so that apps...

kind/feature
help wanted
good first issue
P1
area/runtime/actor

Reported by @avo-sepp: ``` After updating from 1.26.x to 1.27.7, ALL replica sets (and deployments) were failing with error similar to: Error creating: admission webhook "sidecar-injector.dapr.io" denied the request: error...

kind/bug