You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For security reasons, all our storage services allow only Entra auth, such as Managed Identities and Entra access tokens. Connection strings with a fixed password are not allowed, and we use .NET components that internally automatically generate and renew access tokens.
Does Orleans support storing state on services that support only Entra auth?
For instance, Azure Postgres Flexi Entra auth (https://learn.microsoft.com/en-us/azure/postgresql/flexible-server/how-to-configure-sign-in-azure-ad-authentication)?
For security reasons, all our storage services allow only Entra auth, such as Managed Identities and Entra access tokens. Connection strings with a fixed password are not allowed, and we use .NET components that internally automatically generate and renew access tokens.
Looking at https://learn.microsoft.com/en-us/dotnet/orleans/grains/grain-persistence/relational-storage it appears that Entra auth is not supported, for any storage provider.
The text was updated successfully, but these errors were encountered: