You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FetchValidTargetRef and FetchValidGateway currently expect that the gateway should have a programmed condition, but in the case of the TLSPolicy it might not be programmed because there is an invalid tls section that this policy would resolve.
The text was updated successfully, but these errors were encountered:
What
Update FetchValidGateway to make the checking of the status conditions on the target Gateway optional when deciding whether to return it or not.
Update TLSPolicy to use these common function see
Why
FetchValidTargetRef and FetchValidGateway currently expect that the gateway should have a programmed condition, but in the case of the TLSPolicy it might not be programmed because there is an invalid tls section that this policy would resolve.
The text was updated successfully, but these errors were encountered: