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.
Updated by The Foreman Bot about 10 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2075 added
- Pull request deleted (
)
Updated by Dominic Cleal about 10 years ago
- Translation missing: en.field_release set to 28
Updated by Dominic Cleal about 10 years ago
- Related to Feature #8484: Make SmartProxyAuth concern more useful to plugins added
Updated by Daniel Lobato Garcia about 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 282d4ee6abc0ddd8e66e8b39bd12de787c442c87.
Actions