Actions
Bug #8922
closedauthorized_smart_proxy_features should not fail if not implemented
Status:
Closed
Priority:
Normal
Assignee:
Category:
Plugin integration
Target version:
Description
Currently it raises a NotImplementedError. In case the user has a plugin that uses it and the plugin with a fact parser does not implement authorized_smart_proxy_features, this will make foreman fail in various parts (anywhere add_smart_proxy_filters is used), including tests.
Instead we can default to returning an empty array with no features.
Actions