zitadel/internal/api/grpc/user/v2beta
Stefan Benz 2847806531
fix: generalise permission check for query user information (#8458)
# Which Problems Are Solved

IDPLinks list and other list endpoints can provide you with empty
results if the used user has no permission for the information.

# How the Problems Are Solved

List endpoints with subelements to users, and provided userIDQuery, will
return a PermissionDenied error if no permission for the user exsists.

# Additional Changes

Function to check for permission is re-used from the GetUserByID.

# Additional Context

Closes #8451
2024-08-23 06:44:18 +00:00
..
email_integration_test.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
email.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
otp_integration_test.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
otp.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
passkey_integration_test.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
passkey_test.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
passkey.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
password_integration_test.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
password_test.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
password.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
phone_integration_test.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
phone.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
query_integration_test.go feat: org v2 ListOrganizations (#8411) 2024-08-15 06:37:06 +02:00
query.go fix: generalise permission check for query user information (#8458) 2024-08-23 06:44:18 +00:00
server.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
totp_integration_test.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
totp_test.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
totp.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
u2f_integration_test.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
u2f_test.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
u2f.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
user_integration_test.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
user_test.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
user.go fix: generalise permission check for query user information (#8458) 2024-08-23 06:44:18 +00:00