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

Introduce conditional controller instances (v3) #180

Merged
merged 1 commit into from
Dec 2, 2020

Conversation

dnlkoch
Copy link
Member

@dnlkoch dnlkoch commented Dec 1, 2020

Backport to the main in #251.

This makes the creation of all controller instances configurable, e.g. via the following entries in the application.properties:

controller.applications.enabled=false
controller.files.enabled=true
controller.groups.enabled=false
controller.identities.enabled=false
controller.imagefiles.enabled=true
controller.layers.enabled=true
controller.roles.enabled=false
controller.users.enabled=true

Once accepted, this should also be applied to the master branch.

Please review @terrestris/devs.

Copy link
Member

@marcjansen marcjansen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice

@dnlkoch dnlkoch force-pushed the conditional-controller-instances branch from 90e0d3c to 7f8b8ff Compare December 2, 2020 12:09
@dnlkoch dnlkoch changed the title Introduce conditional controller instances Introduce conditional controller instances (v3) Dec 2, 2020
@dnlkoch dnlkoch merged commit cf5b695 into v3 Dec 2, 2020
@dnlkoch dnlkoch deleted the conditional-controller-instances branch December 2, 2020 12:17
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.

3 participants