Actions
Bug #36888
closedRemove deprecated field from docker repo authentication tokens
Difficulty:
trivial
Triaged:
Yes
Pull request:
Fixed in Releases:
Found in Releases:
Red Hat JIRA:
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
Updated by Ewoud Kohl van Wijngaarden over 2 years ago
- Subject changed from Remove depricated field from docker repo authentication tokens to Remove deprecated field from docker repo authentication tokens
Updated by Jeremy Lenz about 2 years ago
- Target version changed from Katello 4.12.0 to Katello 4.13.0
Updated by Partha Aji almost 2 years ago
- Target version changed from Katello 4.13.0 to Katello 4.14.0
Updated by Chris Roberts over 1 year ago
- Target version changed from Katello 4.14.0 to Katello 4.16.0
Updated by Quinn James about 1 year ago
- Target version changed from Katello 4.16.0 to Katello 4.17.0
Moving to 4.17.0 due to 4.16.0 GA.
Updated by Pavan Soma Shekar 11 months ago
- Target version changed from Katello 4.17.0 to Katello 4.19.0
Updated by The Foreman Bot 3 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/11624 added
Updated by Pavan Soma Shekar 3 months ago
- Assignee set to Pavan Soma Shekar
- Red Hat JIRA set to SAT-42011
Updated by Anonymous 3 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|2b89a2055bff94a22784c5d6e8fd145ee9f1a050.
Actions