0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2025-02-03 23:09:41 -05:00
zot/pkg/api
Ramkumar Chinchani 1675f30d4a
ci: update golangci-lint version (#1834)
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
2023-10-20 17:27:04 +03:00
..
config fix: metrics should be protected behind authZ (#1895) 2023-10-20 10:33:26 +03:00
constants feat: use the "zot" namespace for the authentication url (#1947) 2023-10-20 15:30:56 +03:00
errors fix: metrics endpoint must be secured behind authN (#1864) 2023-10-02 16:37:21 +03:00
authn.go fix: metrics should be protected behind authZ (#1895) 2023-10-20 10:33:26 +03:00
authn_test.go refactor(pkg/test): split logic in pkg/test/common.go into multiple packages (#1861) 2023-09-27 11:34:48 -07:00
authz.go fix: metrics should be protected behind authZ (#1895) 2023-10-20 10:33:26 +03:00
controller.go ci: update golangci-lint version (#1834) 2023-10-20 17:27:04 +03:00
controller_test.go fix(sessions): periodically cleanup expired sessions (#1939) 2023-10-16 20:03:42 -07:00
cookiestore.go fix(sessions): periodically cleanup expired sessions (#1939) 2023-10-16 20:03:42 -07:00
ldap.go feat(groups)!: added "groups" mechanism for authZ (#1123) 2023-03-08 11:47:15 -08:00
routes.go ci: update golangci-lint version (#1834) 2023-10-20 17:27:04 +03:00
routes_test.go ci: update golangci-lint version (#1834) 2023-10-20 17:27:04 +03:00
session.go refactor: Review metrics endpoints (#1770) 2023-09-15 14:49:34 +03:00