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

[Feature][Zeta] Support enable https protocol for rest-api v2 #9010

Open
wants to merge 13 commits into
base: dev
Choose a base branch
from

Conversation

zhangshenghang
Copy link
Member

Purpose of this pull request

Does this PR introduce any user-facing change?

How was this patch tested?

Check list

@hailin0 hailin0 linked an issue Mar 19, 2025 that may be closed by this pull request
3 tasks
hailin0
hailin0 previously approved these changes Mar 20, 2025
… remove default values for HTTPS configuration options
@@ -37,6 +37,8 @@ seatunnel:
context-path: /seatunnel
```

[Enable HTTPS method](security.md)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[Enable HTTPS method](security.md)
## Enable HTTPS
Please refer [security](security.md)

sidebar_position: 16
---

# Security
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update

"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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.

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.

[Feature][Zeta] Support enable https protocol for rest-api v2
3 participants