Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(core): Exclude domain for specific data sources in Multi Tenancy #1380

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

jhron
Copy link
Contributor

@jhron jhron commented Sep 25, 2020

…tasource to be used by multi-tenancy.

At the moment, when MultiTenant trait is added to a domain, the domain is automatically added to all data sources in application.
But sometimes it can be helpful to have possibility exclude such domain from a data source. E.g. in case when application has some "admin" database, which should contain only specific domains (without those with MultiTenant trait).

This annotation add possibility to define for which data sources domain should be excluded.

@jhron
Copy link
Contributor Author

jhron commented May 13, 2021

I would like to ask if there is any problem with this pull request or when it could be merged?

@CLAassistant
Copy link

CLAassistant commented Nov 3, 2021

CLA assistant check
All committers have signed the CLA.

@puneetbehl puneetbehl changed the base branch from master to 7.1.x November 29, 2021 14:30
@puneetbehl puneetbehl changed the base branch from 7.1.x to 8.1.x March 5, 2024 14:02
@puneetbehl puneetbehl changed the title Added TenantDataSourceConfig annotation to add possibility exclude da… feat(core): Exclude domain for specific data sources in Multi Tenancy Mar 5, 2024
@puneetbehl puneetbehl merged commit 60c39f3 into grails:8.1.x Mar 6, 2024
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants