microsoft / durabletask-netherite

A new engine for Durable Functions. https://microsoft.github.io/durabletask-netherite
Other
221 stars 24 forks source link

Utilize Identity-based authentication in Netherite: How-To and Status #405

Open davidmrdavid opened 3 months ago

davidmrdavid commented 3 months ago

We have received several questions regarding the use of Identity-based connections with Netherite. This thread aims to provide some clarity regarding the supported scenarios, and those that are currently in the works.

Supported Scenarios

Scenario Sample
DurableTask app with Netherite Click here
Durable Functions app with .NET in-process Click here

Scenarios we're still developing

At this time, we believe the missing scenarios should not require too much work to complete - the Azure Functions infrastructure provides utilities that we may be able to readily re-use to connect with MI-protected resources. We're currently prototyping those implementations.

ETA for missing scenarios: We're working to get this out as soon as possible. A conservative ETA is end of July, but I'm looking to see if we can expedite the process. We will use this thread to communicate updates to the ETA as well as to provide samples or guidance for the missing scenarios.

matthall88 commented 1 month ago

hi @davidmrdavid , do you have an update on the ETA for the missing features detailed above?