Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #26350 - proxy accessible_content to candlepin
Users are reporting the following in the logs during subscription-manager refresh: [I] Started GET "/rhsm/consumers/803c9cb8-60cc-416d-b05f-d1d034dff787/accessible_content" for 10.19.34.79 at 2019-03-13 16:17:41 -0400 [F] | ActionController::RoutingError (No route matches [GET] "/rhsm/consumers/803c9cb8-60cc-416d-b05f-d1d034dff787/accessible_content"): | lib/middleware/tagged_logging.rb:18:in `call' | | This change will proxy the api call to candlepin resulting in: [I] Started GET "/rhsm/consumers/803c9cb8-60cc-416d-b05f-d1d034dff787/accessible_content" for 10.19.34.79 at 2019-03-13 16:11:12 -0400 [I] Processing by Katello::Api::Rhsm::CandlepinProxiesController#get as JSON [I] Parameters: {"id"=>"803c9cb8-60cc-416d-b05f-d1d034dff787"} [I] Current user: 803c9cb8-60cc-416d-b05f-d1d034dff787 (regular user) [I] Completed 200 OK in 67ms (Views: 0.2ms | ActiveRecord: 0.6ms)
- Loading branch information