Eventing TLS: Add AddressableFromDestination method on the resolver #2714
Labels
area/API
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
After #2711 is implemented, as the Eventing TLS feature track describes we should add a new method on the resolver as follow:
The implementation should be similar to
URIFromDestination
https://github.com/knative/pkg/blob/main/resolver/addressable_resolver.go#L75-L76C10
but with the following additional algorithm/logic:
status.address
of the resolved destinationSince the new
AddressableFromDestination
is a superset ofURIFromDestination
, theURIFromDestination
should make use of theAddressableFromDestination
method but return the resolved URIAdditional Info
/good-first-issue
/kind feature
/area API
The text was updated successfully, but these errors were encountered: