Orleans.Multitenant
Secure, flexible tenant separation for Microsoft Orleans
File Explorer
Download Latest Version (.zip)- CSharp-Toolkit-Icon.png
- example-access-authorizer.png
- example-azure-table-storage.png
- ControllerBase.cs
- GlobalSuppressions.cs
- Program.cs
- TenantHeader.cs
- launchSettings.json
- Apis.csproj
- appsettings.Development.json
- appsettings.json
- TenantController.cs
- Contracts.GlobalUsings.cs
- ErrorNr.cs
- Result.cs
- Contracts.csproj
- TenantContract.cs
- Errors.cs
- GlobalSuppressions.cs
- GlobalUsings.cs
- GrainBase.cs
- Services.Tenant.csproj
- TenantGrain.cs
- UserGrain.cs
- AsyncLock.cs
- Extensions.cs
- ITenantGrainStorageFactory.cs
- Logging.cs
- SiloLifecycle.cs
- StorageProvider.cs
- TenantGrainStorageFactory.cs
- TenantSeparatingCallFilter.cs
- TenantSeparatingStreamFilter.cs
- TenantStreamObservers.cs
- Usings.cs
- CSharp-Toolkit-Icon.png
- Extensions.cs
- ICrossTenantAuthorizer.cs
- IGrainCallTenantSeparator.cs
- MultitenantStorageOptions.cs
- Orleans.Multitenant.csproj
- Readme.md
- TenantGrainFactory.cs
- TenantStreamProvider.cs
- AuthorizedStreaming.cs
- Extensibility.cs
- GrainCalling.cs
- UnauthorizedStreaming.cs
- ClusterFixture.cs
- GlobalSuppressions.cs
- ProcessingLogger.cs
- TestCollections.cs
- TestingUtils.cs
- Usings.cs
- AuthorizedStreamingTests.cs
- ExtensibilityTests.cs
- GrainCallingTests.cs
- NoTenantIdTests.cs
- TenantIdTests.cs
- UnauthorizedStreamingTests.cs
- Orleans.Multitenant.Tests.csproj
- NuGet.config
- Orleans.Multitenant.sln
- .editorconfig
- .gitignore
- EOL.gitattributes
- global.json
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/VincentH-Net/Orleans.Multitenant
Downloads the entire project code from GitHub to your computer.
cd Orleans.Multitenant
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
dotnet add package Orleans.Multitenant
Type this command into your terminal and run it.
If you are using the [.NET Aspire Orleans Integration](https://learn.microsoft.com/en-us/dotnet/aspire/frameworks/orleans) to configure the default grain storage for the silo like this:
Type this command into your terminal and run it.
After dotnet run, check the message or address shown in the terminal.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
