Actions
Tracker #36888
openRemove deprecated field from docker repo authentication tokens
% Done:
0%
Description
#36827 updated tokens returned during authentication to match OAuth2 specs required by docker. This involved changing the `expires_at` field to an `expires_in` field. We kept the former field to maintain compatibility with existing smart proxies during 4.11 upgrades. It should be removed in 4.13 or later.
Relevant code: app/controllers/katello/api/registry/registry_proxies_controller.rb:160-163
Actions