0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2025-02-17 23:45:36 -05:00
zot/pkg/api
Ramkumar Chinchani d64a3e33cc authN: first try local htpasswd then LDAP
We are noticing that LDAP connectivity issues and timeouts can affect
authN behavior from client side (which can timeout as well).

Instead, put local authN first so at least we have a reliable authN
method.

But, the caveat is that it is best if the local and LDAP user list
doesn't overlap.
2020-01-15 09:37:17 -08:00
..
auth.go authN: first try local htpasswd then LDAP 2020-01-15 09:37:17 -08:00
BUILD.bazel ldap: pull in external library code so go modules are in control 2019-12-11 14:17:06 -08:00
config.go Fixing all the issues with upgrading to golangci-lint 1.21.0 2019-12-13 00:53:18 -05:00
controller.go compliance: cleanup compliance test code 2019-12-23 22:32:52 -08:00
controller_test.go test/data: remove htpasswd file 2019-12-13 11:11:24 -08:00
errors.go Fixing all the issues with upgrading to golangci-lint 1.21.0 2019-12-13 00:53:18 -05:00
ldap.go Fixing all the issues with upgrading to golangci-lint 1.21.0 2019-12-13 00:53:18 -05:00
regexp.go compliance: cleanup compliance test code 2019-12-23 22:32:52 -08:00
routes.go routes: add more logs 2020-01-06 22:51:42 -08:00