To view a service interceptor's configuration details, click its name on the list of registered service interceptors. This will display the interceptor configuration in JSON format, as shown below.
To edit the interceptor configuration values, click on edit. You can only edit the values for enabled, url, and properties.
-
enabled—Allowed values aretrueandfalse. Set it totrueto activate the interceptor, orfalseto disable it. This is useful for temporarily turning off an interceptor during maintenance or troubleshooting. -
url—Update this value to change which services are intercepted. Ensure the new pattern aligns with the intended target services.Patterns -
properties—Modify existing key-value pairs used by the interceptor logic.Note: You should only update the values of existing properties. Modifying or removing property names may break the interceptor's logic.
Once you've updated the values, click Save Edits to save and apply the changes.