Hisoka-X commented on code in PR #9010:
URL: https://github.com/apache/seatunnel/pull/9010#discussion_r2009994063
##########
docs/en/seatunnel-engine/rest-api-v2.md:
##########
@@ -37,6 +37,8 @@ seatunnel:
context-path: /seatunnel
```
+[Enable HTTPS method](security.md)
Review Comment:
```suggestion
## Enable HTTPS
Please refer [security](security.md)
```
##########
docs/en/seatunnel-engine/security.md:
##########
@@ -0,0 +1,108 @@
+---
+sidebar_position: 16
+---
+
+# Security
+
+## HTTPS Configuration
+
+You can secure your API service by enabling HTTPS. Both HTTP and HTTPS can be
enabled simultaneously, or only one of them can be enabled.
Review Comment:
```suggestion
You can secure your REST-API-V2 service by enabling HTTPS. Both HTTP and
HTTPS can be enabled simultaneously, or only one of them can be enabled.
```
##########
docs/en/seatunnel-engine/security.md:
##########
@@ -0,0 +1,108 @@
+---
+sidebar_position: 16
+---
+
+# Security
Review Comment:
Please update
https://github.com/apache/seatunnel/blob/eb54fdd52c82a146ad2ae1741cff541fd39ed29c/docs/sidebars.js#L191
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]