DetailsPage has an option to pass group~version~kind or `kindObj`. If the group~version~kind the K8sKind is acquired via api discovery and `kindObj` should not be needed. However some parts of the code still look only at `kindObj` which breaks the page if `kindObj` is not passed. To my knowledge there is no code currently which does not pass `kindObj`, thus setting the severity to low.
didn't find out a way to test function impact, so I checked that in frontend/public/components/factory/details.tsx, we replaced props.kindObj with kindObj since we already set kindObj with const kindObj = props.kindObj ?? model; Moving to Verified Let me know if anything else needs to be checked
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Container Platform 4.8.2 bug fix and security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2021:2438