Josh van Leeuwen
Josh van Leeuwen
> We could store the JWS in a path like /var/run/secrets/dapr.io/pod-identity and with https://github.com/dapr/components-contrib/issues/2444 implemented, it should have the same security profile as the other proposal. The problem with this...
Another thing of note implementing the above- sentry is also going to have to GET Configurations in order to determine the trust domain of the app.
> Is the trust domain of the app a new value that's being added to the Dapr Configuration CRD (specifically daprsystem)? If so, does it need to be in the...
In `v1.11` runtime [requires](https://github.com/dapr/dapr/blob/9f99c6adca78dfc04b8063974f27b3a7534ae798/pkg/runtime/cli.go#L355) that the certificate, private key, and trust anchor environment variable be available when running in Kubernetes mode and mTLS is enabled. Because of this, it is...
To move the hot reloading behavior out of feature preview- we need to have conformance/e2e tests to ensure that all components release all their resources after calling `Close()`.
@philliphoff components have always (at least as long as I've worked on the project!) optionally supported a `Close()` method which [runtime](https://github.com/dapr/dapr/blob/c5857298afb76a8391af661c60f871f619f5e802/pkg/runtime/processor/state/state.go#L148) calls if it is available. Components which spin up...
Endgame issue: https://github.com/dapr/dapr/issues/7410
Dapr v1.13 has been released https://github.com/dapr/dapr/releases/v1.13.0
I'd be happy to have the default to be no timeout if we don't consider that a breaking change.