Description
Search before asking
- I had searched in the feature and found no similar feature requirement.
Description
Currently we support using jetty to provide http api services, but not yet support https protocol, so we can add support for https to enhance security.
Updates
-
Add config enable https
-
Update docs
-
Add e2e testcase
- Test one-way(server <- client) authentication
- Test two-way(server <-> client) authentication
-
Adapt web ui
-
config example
seatunnel:
engine:
http:
......
enable-https: true
https-port: 8443
keystore: /path/to/file.keystore
keystore-password: keystore_password
key-password: key_password
// optional:Two-way authentication
truststore: /path/to/file.truststore
truststore-password: truststore_password
......
reference
https://jetty.org/docs/jetty/10/programming-guide/server/http.html#connector-protocol-http11-tls
https://jetty.org/docs/jetty/10/operations-guide/keystore/index.html#client-authn
Usage Scenario
No response
Related issues
No response
Are you willing to submit a PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct