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

feat: add TLS version annotation support for per-rule configuration #1592

Merged
merged 7 commits into from
Jan 6, 2025

Conversation

yunmaoQu
Copy link
Contributor

@yunmaoQu yunmaoQu commented Dec 13, 2024

Ⅰ. Describe what this PR did

support for setting TLS version annotations (tls-min-version and tls-max-version) for per-rule configurations in Higress. This allows users to override global TLS settings for specific ingress rules.

Ⅱ. Does this pull request fix one issue?

close #1586

Ⅲ. Why don't you add test cases (unit test/integration test)?

Ⅳ. Describe how to verify it

Verified functionality with unit tests (TestTLSConfig) and integration tests.
Manually tested with custom ingress rules.

Ⅴ. Special notes for reviews

@CLAassistant
Copy link

CLAassistant commented Dec 13, 2024

CLA assistant check
All committers have signed the CLA.

pkg/ingress/kube/annotations/downstreamtls.go Outdated Show resolved Hide resolved
pkg/ingress/kube/annotations/downstreamtls.go Outdated Show resolved Hide resolved
pkg/ingress/kube/annotations/downstreamtls.go Outdated Show resolved Hide resolved
pkg/ingress/kube/annotations/downstreamtls.go Outdated Show resolved Hide resolved
pkg/ingress/kube/annotations/downstreamtls.go Outdated Show resolved Hide resolved
@johnlanni
Copy link
Collaborator

image
提交记录里有非github id,可以rebase再force push一下

@yunmaoQu yunmaoQu force-pushed the feature/tls-annotation branch from c25f53e to b500c32 Compare December 25, 2024 08:31
@yunmaoQu
Copy link
Contributor Author

yunmaoQu commented Jan 5, 2025

@johnlanni 可以review下吗

@johnlanni
Copy link
Collaborator

johnlanni commented Jan 6, 2025

@yunmaoQu 你的commit有问题,提交了很多之前其他人的commit,导致冲突了

@yunmaoQu yunmaoQu force-pushed the feature/tls-annotation branch from 0fa52e0 to f99807e Compare January 6, 2025 07:37
@yunmaoQu
Copy link
Contributor Author

yunmaoQu commented Jan 6, 2025

@johnlanni 我又改了下

Copy link
Collaborator

@johnlanni johnlanni left a comment

Choose a reason for hiding this comment

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

LGTM

@johnlanni
Copy link
Collaborator

@yunmaoQu Please fix the CI:
image

@yunmaoQu
Copy link
Contributor Author

yunmaoQu commented Jan 6, 2025

好的,马上

@yunmaoQu
Copy link
Contributor Author

yunmaoQu commented Jan 6, 2025

@johnlanni

@yunmaoQu Please fix the CI: image

应该没问题了

@CH3CHO CH3CHO merged commit 1c2330e into alibaba:main Jan 6, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

希望新增针对规则单独注解设置TLS版本功能
4 participants