-
Notifications
You must be signed in to change notification settings - Fork 514
feat: support ClusterTrustBundle in CACertificateRefs #6353
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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
❌ Your patch check has failed because the patch coverage (53.99%) is below the target coverage (60.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #6353 +/- ##
==========================================
+ Coverage 70.66% 70.84% +0.17%
==========================================
Files 220 221 +1
Lines 37701 37851 +150
==========================================
+ Hits 26642 26814 +172
+ Misses 9495 9464 -31
- Partials 1564 1573 +9 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
wait #6352 |
e1f796f
to
233430d
Compare
233430d
to
d9e8483
Compare
6ca957c
to
94f7ad6
Compare
Signed-off-by: zirain <zirain2009@gmail.com>
Signed-off-by: zirain <zirain2009@gmail.com>
b74196d
to
f50407f
Compare
0f516ed
to
0d4a55a
Compare
0d4a55a
to
a8fcbfa
Compare
internal/gatewayapi/testdata/backendtlspolicy-ca-clustertrustbundle.in.yaml
Outdated
Show resolved
Hide resolved
message: |- | ||
TLS: caCertificateRef secret [tls-secret-1] not found | ||
TLS: caCertificateRef secret [tls-secret-1] not found. |
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.
shouldn't happen twice, better to fix this later.
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.
Is this related to how many listeners in the referenced Gateway?
413a440
to
35e58fb
Compare
d35fcfd
to
daee39f
Compare
// ClusterTrustBundle related indexers | ||
clusterTrustBundleBackendIndex = "clusterTrustBundleBackendIndex" | ||
clusterTrustBundleBtlsIndex = "clusterTrustBundleBtlsIndex" | ||
clusterTrustBundlerCtpIndex = "clusterTrustBundlerCtpIndex" |
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.
clusterTrustBundlerCtpIndex = "clusterTrustBundlerCtpIndex" | |
clusterTrustBundleCtpIndex = "clusterTrustBundleCtpIndex" |
thanks @zirain, one minor comment, else LGTM |
xref: #6351