0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2025-04-01 02:42:32 -05:00
zot/pkg/api
peusebiu c6b822f3dd
refactor(authz): use a struct for user access control info operations (#1682)
fix(authz): fix isAdmin not using groups to determine if a user is admin.
fix(authz): return 401 instead of 403

403 is correct as per HTTP spec
However authz is not part of dist-spec and clients know only about 401
So this is a compromise.

Signed-off-by: Petu Eusebiu <peusebiu@cisco.com>
2023-09-01 11:13:53 -07:00
..
config refactor(authz): use a struct for user access control info operations (#1682) 2023-09-01 11:13:53 -07:00
constants refactor(authz): use a struct for user access control info operations (#1682) 2023-09-01 11:13:53 -07:00
errors feat: propagate detailed error msgs to client (OCI dist-spec format) (#1681) 2023-08-23 20:59:52 +03:00
authn.go refactor(authz): use a struct for user access control info operations (#1682) 2023-09-01 11:13:53 -07:00
authn_test.go refactor(authz): use a struct for user access control info operations (#1682) 2023-09-01 11:13:53 -07:00
authz.go refactor(authz): use a struct for user access control info operations (#1682) 2023-09-01 11:13:53 -07:00
controller.go refactor(authz): use a struct for user access control info operations (#1682) 2023-09-01 11:13:53 -07:00
controller_test.go refactor(authz): use a struct for user access control info operations (#1682) 2023-09-01 11:13:53 -07:00
ldap.go feat(groups)!: added "groups" mechanism for authZ (#1123) 2023-03-08 11:47:15 -08:00
routes.go refactor(authz): use a struct for user access control info operations (#1682) 2023-09-01 11:13:53 -07:00
routes_test.go refactor(authz): use a struct for user access control info operations (#1682) 2023-09-01 11:13:53 -07:00
session.go chore(lint): gci to separate zot from other imports (#870) 2022-10-20 09:39:20 -07:00