0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2024-12-16 21:56:37 -05:00
zot/pkg/api
Ramkumar Chinchani 008d382446 authn: serialize ldap authn calls
Some LDAP servers are not MT-safe in that when searches happen with binds
in flight leads to errors such as:
"comment: No other operations may be performed on the connection while a
bind is outstanding"

Add goroutine-id in logs to help debug MT bugs.

Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
2021-09-20 10:24:07 -07:00
..
authn.go Check if auth config is provided when using access control 2021-09-14 12:55:21 -07:00
authz.go authn: serialize ldap authn calls 2021-09-20 10:24:07 -07:00
config.go Add identity-based access control, closes #51 2021-08-30 13:56:27 -07:00
controller.go logs: add an audit log for API calls with unit tests 2021-06-24 10:53:27 -07:00
controller_test.go Add identity-based access control, closes #51 2021-08-30 13:56:27 -07:00
errors.go Upgraded build pipeline 2020-06-25 23:43:31 -07:00
ldap.go authn: serialize ldap authn calls 2021-09-20 10:24:07 -07:00
regexp.go Upgraded build pipeline 2020-06-25 23:43:31 -07:00
routes.go authn: serialize ldap authn calls 2021-09-20 10:24:07 -07:00