> For the complete documentation index, see [llms.txt](https://docs.opsmx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opsmx.com/isd-spinnaker/opsmx-intelligent-software-delivery-isd-platform-spinnaker/release-notes/additional-resources/configuration-changes-for-2025.08.00/configuration-changes-for-restricting-execution-of-pipelines.md).

# Configuration changes for Restricting Execution of Pipelines

To restrict the execution of pipelines if the json is wrongly configured, do the following  configuration changes.&#x20;

```
orca-local Plugin configuration

spinnaker:
  extensibility:
    plugins-root-path: /opt/orca/plugins
    plugins:
      Opsmx.RuntimePipelineValidatePlugin:
        enabled: true
        version: 1.0.1
        config:  
feature enable configuration in orca-local

pipeline:
  validate:
    runtime:
      enabled: true

```
