-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Feature][Zeta] Support enable https protocol for rest-api v2 #9010
base: dev
Are you sure you want to change the base?
Conversation
...el-engine-server/src/test/java/org/apache/seatunnel/engine/server/rest/RestApiHttpsTest.java
Outdated
Show resolved
Hide resolved
...ver/src/test/java/org/apache/seatunnel/engine/server/rest/RestApiHttpsForTruststoreTest.java
Show resolved
Hide resolved
…generation examples
...mmon/src/main/java/org/apache/seatunnel/engine/common/config/server/ServerConfigOptions.java
Outdated
Show resolved
Hide resolved
...mmon/src/main/java/org/apache/seatunnel/engine/common/config/server/ServerConfigOptions.java
Outdated
Show resolved
Hide resolved
...mmon/src/main/java/org/apache/seatunnel/engine/common/config/server/ServerConfigOptions.java
Outdated
Show resolved
Hide resolved
...mmon/src/main/java/org/apache/seatunnel/engine/common/config/server/ServerConfigOptions.java
Outdated
Show resolved
Hide resolved
...mmon/src/main/java/org/apache/seatunnel/engine/common/config/server/ServerConfigOptions.java
Outdated
Show resolved
Hide resolved
… remove default values for HTTPS configuration options
@@ -37,6 +37,8 @@ seatunnel: | |||
context-path: /seatunnel | |||
``` | |||
|
|||
[Enable HTTPS method](security.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Enable HTTPS method](security.md) | |
## Enable HTTPS | |
Please refer [security](security.md) | |
sidebar_position: 16 | ||
--- | ||
|
||
# Security |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update
Line 191 in eb54fdd
"type": "category", |
|
||
## 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. | |
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. |
Purpose of this pull request
Does this PR introduce any user-facing change?
How was this patch tested?
Check list
New License Guide
release-note
.