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]Support enable https protocol for rest-api v2 #8698

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

Conversation

akulabs8
Copy link
Contributor

Purpose of this pull request

Adds Https support to rest api v2

Does this PR introduce any user-facing change?

How was this patch tested?

Check list

@github-actions github-actions bot added the Zeta label Feb 13, 2025
@hailin0
Copy link
Member

hailin0 commented Feb 14, 2025

close duplicate PR ?#8599

@hailin0
Copy link
Member

hailin0 commented Feb 14, 2025

close #8583

Please add test cases

image

@akulabs8
Copy link
Contributor Author

@hailin0
I have a question, for testing i will need some keystore or truststore value as well.. right? how to go about that, any suggestion?

and what exactly do I have to do for 'Adapt UI' part?

@Hisoka-X
Copy link
Member

for testing i will need some keystore or truststore value as well

You can generate it by java code. It is easier to maintain.

what exactly do I have to do for 'Adapt UI' part

Add IT to make sure when use open https port, the UI can get information from server with https port not http port.

@github-actions github-actions bot added the e2e label Feb 17, 2025
Copy link
Member

@Hisoka-X Hisoka-X left a comment

Choose a reason for hiding this comment

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

Thanks @akulabs8 for update!

configureServer();
}

private void configureServer() {
Copy link
Member

Choose a reason for hiding this comment

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

So we don't support enable https and http at same time. Please add verify to make sure user not open https/http both in config.

import static org.hamcrest.Matchers.containsString;

@Slf4j
public class RestApiHttpsIT {
Copy link
Member

Choose a reason for hiding this comment

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

I think we can do some refactoring, such as constructing an AbstractRestAPIIT (move some common code from RestApiIT). Then implement RestApiHttpIT and RestApiHttpsIT both, so that we can verify all functions instead of just getting the UI.


// Two-way SSL: client presents its certificate.
@Test
public void testHttpsTwoWayAuthentication() {
Copy link
Member

Choose a reason for hiding this comment

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

add method testHttpsTwoWayAuthenticationFailed

@hailin0 hailin0 linked an issue Feb 18, 2025 that may be closed by this pull request
3 tasks
@akulabs8
Copy link
Contributor Author

Thanks for the comments @hailin0
I will make the necessary changes

.defaultValue("")
.withDescription("The password for the key in the keystore.");

public static final Option<Boolean> REQUIRE_CLIENT_AUTH =
Copy link
Member

Choose a reason for hiding this comment

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

remove?

.withDescription(
"Whether to require client authentication for HTTPS connections.");

public static final Option<String> KEY_MANAGER_PASSWORD =
Copy link
Member

Choose a reason for hiding this comment

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

remove?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

what exactly you mean? you want this to be removed?

Copy link
Member

Choose a reason for hiding this comment

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

unused this field KEY_MANAGER_PASSWORD

@akulabs8 akulabs8 closed this Mar 16, 2025
@Hisoka-X
Copy link
Member

Hi @akulabs8 , why close this PR?

@akulabs8 akulabs8 reopened this Mar 17, 2025
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