RedHatInsights / insights-api-common-rails

Header, Encryption, RBAC, Serialization, Pagination and other common behavior for Insights microservices built with Rails
Apache License 2.0
3 stars 25 forks source link

Check for tenant directly in request #192

Closed mkanoor closed 4 years ago

mkanoor commented 4 years ago

Fixes #190

This is to remove the deprecation warning. The tenant/account number was moved into the request in this PR but the spec was never adjusted This change was implemented in https://github.com/RedHatInsights/insights-api-common-rails/pull/162