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

use RefNotPermitted reason for invalid cross-namespace TLS cert ref #580

Merged
merged 2 commits into from
Oct 17, 2022

Conversation

skriss
Copy link
Contributor

@skriss skriss commented Oct 17, 2022

Closes #538.

Signed-off-by: Steve Kriss krisss@vmware.com

Closes envoyproxy#538.

Signed-off-by: Steve Kriss <krisss@vmware.com>
Signed-off-by: Steve Kriss <krisss@vmware.com>
@skriss skriss added kind/bug Something isn't working area/translator Issues related to Gateway's translation service, e.g. translating Gateway APIs into the IR. area/conformance Gateway API Conformance Related Issues labels Oct 17, 2022
@skriss skriss added this to the 0.2.0 milestone Oct 17, 2022
@skriss skriss self-assigned this Oct 17, 2022
@skriss skriss requested a review from a team as a code owner October 17, 2022 14:49
Comment on lines 67 to 68
/*tests.GatewaySecretMissingReferenceGrant,
tests.GatewaySecretInvalidReferenceGrant,*/
Copy link
Contributor Author

Choose a reason for hiding this comment

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

These conformance tests will pass as long as they are not run after the previous two (GatewaySecretReferenceGrantAllInNamespace or GatewaySecretReferenceGrantSpecific). Once those two have been run, it requires an EG restart before the missing/invalid referencegrant tests will pass again. This smells like #539, so updated the comment here.

@arkodg arkodg merged commit d8bb99b into envoyproxy:main Oct 17, 2022
danehans pushed a commit to danehans/gateway that referenced this pull request Nov 3, 2022
…nvoyproxy#580)

* use RefNotPermitted reason for invalid cross-namespace TLS cert ref

Closes envoyproxy#538.

Signed-off-by: Steve Kriss <krisss@vmware.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/conformance Gateway API Conformance Related Issues area/translator Issues related to Gateway's translation service, e.g. translating Gateway APIs into the IR. kind/bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Gateway Listener Conditions are Not Updated Properly for an Invalid or Missing ReferenceGrant
3 participants