-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability to disable the edition of configuration through API endpo…
…ints and UI (#6607) * feat(configuration): add ability to disable the edition of configuration from API endpoints - Add ability to disable the edition of configuration from API endpoints - Add plugin setting to manage this ability - Add route controlle decorator - Protect the related API route controllers to updating the configuration - Changed the sign of routeDecoratorProtectedAdministrator - Adapted its usage on the API endpoints - Create compose utility to compose functions - Add test related to API controllers decorators - Add test about PUT /utils/configuration related to API endpoint protection * fix(typo): plugin setting * fix: remove repeated message on updating configuration from UI * changelog: add entry * remove: unused code on settings component * fix(settings): refactor some unused code * feat(configuration): configuration tab accessibility depends on plugin setting * fix(configuration: typo * fix: replace branding reference * feat(configuration): hide the button to save the enrollment.dns plugin setting from the Deploy new agent guide * feat(configuration): hide Settings button on Statistics application depending on if the configuration can be editable through UI
- Loading branch information
Showing
15 changed files
with
749 additions
and
545 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.