Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Serverless] Change default value of enabling config of security apps (…
…#162187) This is a follow-up to #160671, where the Management plugins were disabled using `contextRef`. The configs for disabling the UI of the security management plugins were added in #158186. In this PR, they are changed so that they follow the same convention for disabling the Management plugins - setting the default values of the configs to `true` and explicitly setting them to `false` in the `serverless.yml` file. This way, we have a clear view in `serverless.yml` of all plugins/functionalities that have been disabled.
- Loading branch information