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

[4.11.x] Template configs to support web portal securing #358

Open
wants to merge 2 commits into
base: 4.11.x
Choose a base branch
from

Conversation

HeshanSudarshana
Copy link

Purpose

Related issues: wso2/product-apim#11567, wso2/product-apim#11889

This PR adds the following tomcat configurations.

  1. Add below config to deployment.toml in order to control access to the all web applications via the allowed IP list only.
[web_app.control_access]
enable = true
allow =  ["IP1", "IP2", "IP3"]
  1. Add below config to deployment.toml in order to configure a custom Tomcat listener.
[web_app.listener]
class_name = ["class1", "class2"]

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

Successfully merging this pull request may close these issues.

None yet

2 participants