Actions
Bug #34026
closedImporting puppet report via the API does not authorize
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
The patch #21654 changed how fact importer features are registered, the change was made in the host controller but not in the API controller. Therefore uploading reports via host controller works fine, however, using the API endpoint does not authorize automatically as the feature is not found.
Updated by Lukas Zapletal about 3 years ago
- Related to Bug #21654: Host discovery fails with undefined method `new` for nil:NIlClass added
Updated by The Foreman Bot about 3 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8958 added
Updated by Lukas Zapletal about 3 years ago
- Related to Bug #34094: Use report importer registry instead of overriding method added
Updated by Lukas Zapletal about 3 years ago
- Related to Bug #34095: Use ReportImporter.register_smart_proxy_feature added
Updated by Lukas Zapletal about 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|9c94e1a062c9356cda0ee313ec867af1c9b7c31e.
Actions