epiphany icon indicating copy to clipboard operation
epiphany copied to clipboard

[FEATURE REQUEST] Add authentication support to docker repository

Open erzetpe opened this issue 4 years ago • 4 comments

Is your feature request related to a problem? Please describe. We need to have authentication option for communication with docker repository.

Describe the solution you'd like Add authentication support as an option to our docker repository and add capability for its usage for services that are using this.

Describe alternatives you've considered None.

Additional context No.


DoD checklist

  • Changelog
    • [ ] updated
    • [ ] not needed
  • COMPONENTS.md
    • [ ] updated
    • [ ] not needed
  • Schema
    • [ ] updated
    • [ ] not needed
  • Backport tasks
    • [ ] created
    • [ ] not needed
  • Documentation
    • [ ] added
    • [ ] updated
    • [ ] not needed
  • [ ] Feature has automated tests
  • [ ] Automated tests passed (QA pipelines)
    • [ ] apply
    • [ ] upgrade
    • [ ] backup/restore
  • [ ] Idempotency tested
  • [ ] All conversations in PR resolved
  • [ ] Solution meets requirements and is done according to design doc
  • [ ] Usage compliant with license

erzetpe avatar Oct 09 '20 09:10 erzetpe

IMHO, things to consider:

  1. client certificates
  2. password authentication :)

sk4zuzu avatar Oct 09 '20 10:10 sk4zuzu

IMHO, things to consider:

1. client certificates

2. password authentication
   :)

That's the right order, first, we should consider to use certs. I've found also to-do comment in our code

rafzei avatar Oct 27 '20 09:10 rafzei

To even consider client cert auth we need to have TLS support fist. :thinking:

sk4zuzu avatar Dec 04 '20 13:12 sk4zuzu

Correct - and this issue is blocked by #1764

toszo avatar Jan 13 '21 12:01 toszo