Bug #8393
closedAdded registries should have independent username/pass
Description
As of https://github.com/theforeman/foreman-docker/pull/44 registries use the same user/pass as the compute resource. It should be possible to override these on an individual basis, in case different accounts have to be used in different registries.
Updated by Anonymous about 10 years ago
We should support two authentication modes: 1) Standalone registries: basic auth (can be anything really, as it is installation-specific. Support for basic will probably cover most installs out there). 2) Registries using index end-point: token-based auth. See https://github.com/docker/docker-registry/issues/541 and https://docs.docker.com/reference/api/hub_registry_spec/#authentication-authorization. Note this is https only.
Updated by Daniel Lobato Garcia about 10 years ago
- Pull request https://github.com/theforeman/foreman-docker/pull/48 added
- Pull request deleted (
)
Updated by Anonymous about 10 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset foreman-docker|64f6a1f258409d4c0c13fbaf097e40a588898fab.