adding doc on multi-tenancy#287
Merged
Merged
Conversation
tyfoni-systematic
requested changes
May 21, 2026
| @@ -0,0 +1,37 @@ | |||
| The eHealth Infrastructure supports a softened form of multitenancy referred to as *coexistence*: multiple solutions share the same infrastructure while each solution decides when to search generically across the shared data and when to scope queries to its own data. The full description is maintained on the [wiki site](https://ehealth-dk.atlassian.net/wiki/spaces/EDTW/pages/2355986433/Multitenancy). | |||
|
|
|||
| The mechanism rests on three elements: | |||
Collaborator
There was a problem hiding this comment.
I think there should be something about coexistance tags in the JWT context.
tyfoni-systematic
approved these changes
May 21, 2026
Contributor
ohetrifork
approved these changes
May 22, 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.

This pull request introduces several improvements and new features across the build scripts and documentation for the eHealth Infrastructure project. The most significant changes include a major refactor and enhancement of the
_build.batscript, the introduction of a new cross-platform_build.shscript, improvements to internet connectivity checks, and the addition of new documentation for multitenancy support.Build Script Improvements and Refactoring:
_build.batto improve argument parsing, add extra argument support, clarify user prompts (including default reasons), and unify script termination logic with a single:endscriptlabel. Also improves offline handling and messaging, and ensures extra arguments are passed to the publisher. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]_build.shBash script for Linux/macOS environments, providing feature parity with_build.batincluding interactive and command-line-driven modes, improved internet checks, update/download logic, and cleanup operations.Connectivity and Robustness Enhancements:
ping-based internet checks with a more reliable PowerShell HTTP request in_build.bat,_genonce.bat, and_updatePublisher.batfor better cross-platform and network reliability. [1] [2] [3]Documentation and Guidance Updates:
multitenancy.mdguidance document describing the coexistence model, tagging, markup, and search behavior for multi-solution environments, and links it from the navigation menu. [1] [2]Minor Usability and Consistency Fixes:
skipPromptsvariable to consistently use"true"instead of"y"for batch script prompt suppression. [1] [2] [3]These changes collectively modernize and streamline the build process, improve reliability and user experience, and provide clearer documentation for multi-tenant solution support.