-
Notifications
You must be signed in to change notification settings - Fork 106
Open
Labels
Milestone
Description
What problem are you facing?
When selectors fail to resolve values correctly (see crossplane-contrib/provider-upjet-aws#118), it is hard to diagnose the probable issue.
How could Upjet help solve your problem?
It would be beneficial to add some additional logging in extractor.go to log errors, which are currently swallowed silently:
upjet/pkg/resource/extractor.go
Lines 47 to 50 in 1644827
// TODO: we had better log the error if err != nil { return "" } upjet/pkg/resource/extractor.go
Lines 53 to 56 in 1644827
// TODO: we had better log the error if err != nil { return "" }