docs: add multi-tenancy administration guide#299
Open
RomuDeuxfois wants to merge 4 commits into
Open
Conversation
damgouj
requested changes
May 29, 2026
Member
damgouj
left a comment
There was a problem hiding this comment.
Could you add the OpenCTI connector part (or I can do it) ? And could you show me how to create an issue for platform to update all the OpenAEV instance conf files ? Thanks :) !
soumboussaha
approved these changes
May 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a user-facing administration guide for the multi-tenancy feature.
This page lives in
docs/administration/multi-tenancy.mdand is registered in themkdocs.ymlnav under Administration → Multi-tenancy.What's covered
openaev.provider.{id}.tenant_id+groups_managementparameters with env var equivalentsSources
All content is sourced from the codebase:
TenantService.java— lifecycle (create / soft-delete 30d / reactivate / purge)TenantInterceptor.java+HibernateFilterTransactionAspect.java— request isolationTenantQueueService.java+MinioService.java— per-tenant infra isolationBuiltinIntegrationFactory.java+BuiltinTenantRegistrable.java— auto-registrationapplication.properties— SSOtenant_id+groups_managementparamsTenantApi.java— EE gate (@AccessControl(isEnterpriseEdition = true))Checklist
enterprise.md,users-and-rbac.md)tip,warning,danger,info)