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
Currently, Insights-Remote makes no real distinction between configMap types and will simply send along absolutely anything to the insights-core.
While this is useful from one perspective, it also makes building expectations into the insights-handler difficult, having to handle practically any payload.
It would be good to build the following into the insights-remote
ConfigMaps with multiple entries in their payloads are disallowed. That is, a single file per configMap only.
Since it's already the defacto case, we should restrict configMaps to only those which support binaryPayloads
We should explicitly specify labels for data types that are sent through - that is, inspect info, sboms, etc. This will obviate needless data type identification on the insights-handler side.
Currently, Insights-Remote makes no real distinction between configMap types and will simply send along absolutely anything to the insights-core.
While this is useful from one perspective, it also makes building expectations into the insights-handler difficult, having to handle practically any payload.
It would be good to build the following into the insights-remote
inspect
info,sboms
, etc. This will obviate needless data type identification on the insights-handler side.Suggestions here are
The text was updated successfully, but these errors were encountered: