Actions
Feature #23899
closedAs a container image admin, I want option to expose some images without requiring login
Description
The crane registry at :5000 is completely unauthenticated. With the new v2 api all access is authenticated. Allow images to be pulled without authentication.
Could be (depending on what is possible):
+ all images server wide
+ all images in a single org
+ all images in a lifecycle
+ all images in a content view
+ all images in a repository
+ s/wildcard/all/ ?
Updated by Thomas McKay almost 7 years ago
This seems reasonable to implement: The request header will have the repo being pulled which can simply be checked for permissions.
Updated by The Foreman Bot almost 7 years ago
- Pull request https://github.com/Katello/katello/pull/7459 added
Updated by The Foreman Bot almost 7 years ago
- Status changed from New to Ready For Testing
Updated by Thomas McKay almost 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|672482a87745838babeab553ec0adf842e9dcb81.
Actions