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

Add the http.block_service_list property to APIM #13097

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

YasasRangika
Copy link
Contributor

Purpose

To fix adding the following configuration in the deployment.toml has no effect.

[transport.http]
block_service_list = false

Goal

Fixes: wso2/api-manager#1298

Instructions

Add the following configuration in deployment.toml to give access to the service list if not default value is true.

[transport.http]
block_service_list = false

@YasasRangika
Copy link
Contributor Author

Marked as do not merge due to an issue in [1]. Properties are always reading from nhttp configs in both PassThroughNHttpGetProcessor.java and DefaultHttpGetProcessor.java classes.

[1] https://github.com/wso2-support/wso2-synapse/blob/69a1633fd0d6453bd150730b2ad123e76c5bf539/modules/transports/core/nhttp/src/main/java/org/apache/synapse/transport/passthru/api/PassThroughNHttpGetProcessor.java#L432

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add the http.block_service_list property
1 participant