Chris Lu
b0e0c5aaab
s3: enable auth when IAM integration is configured ( #7726 )
...
When only IAM integration is configured (via -s3.iam.config) without
traditional S3 identities, the isAuthEnabled flag was not being set,
causing the Auth middleware to bypass all authentication checks.
This fix ensures that when SetIAMIntegration is called with a non-nil
integration, isAuthEnabled is set to true, properly enforcing
authentication for all requests.
Added negative authentication tests:
- TestS3AuthenticationDenied: tests rejection of unauthenticated,
invalid, and expired JWT requests
- TestS3IAMOnlyModeRejectsAnonymous: tests that IAM-only mode
properly rejects anonymous requests
Fixes #7724
2025-12-12 13:37:31 -08:00
..
2025-11-25 06:19:34 -08:00
2024-10-03 09:03:17 -07:00
2025-12-09 09:48:13 -08:00
2025-12-10 23:42:58 -08:00
2025-02-01 14:11:57 -08:00
2025-11-26 12:07:54 -08:00
2024-07-04 11:00:41 -07:00
2025-11-18 23:18:35 -08:00
2025-11-12 22:14:50 -08:00
2025-12-12 13:37:31 -08:00
2025-11-26 12:24:02 -08:00
2025-11-27 22:44:35 -08:00
2025-10-30 21:06:00 -07:00
2025-12-04 14:51:37 -08:00
2025-11-03 15:27:20 -08:00
2023-09-25 08:34:12 -07:00
2025-05-22 09:46:49 -07:00
2025-08-11 10:31:01 -07:00
2025-12-04 14:51:37 -08:00
2025-12-04 14:51:37 -08:00
2025-11-18 23:18:35 -08:00
2024-04-06 10:56:39 -07:00
2025-12-06 11:25:27 -08:00
2025-05-22 09:46:49 -07:00
2025-11-18 23:18:35 -08:00
2025-07-19 00:49:56 -07:00
2025-11-18 23:18:35 -08:00
2025-11-18 23:18:35 -08:00
2024-07-04 11:00:41 -07:00
2025-11-13 16:10:46 -08:00
2025-11-18 23:18:35 -08:00
2025-12-12 13:37:31 -08:00
2025-08-22 01:15:42 -07:00
2025-12-09 09:48:13 -08:00
2025-11-13 16:10:46 -08:00
2025-11-18 23:18:35 -08:00
2025-08-30 11:15:48 -07:00
2025-11-13 16:10:46 -08:00
2025-11-12 22:14:50 -08:00
2025-11-13 16:10:46 -08:00
2025-11-21 14:46:32 -08:00
2025-11-13 16:10:46 -08:00
2025-11-18 23:18:35 -08:00
2025-11-12 22:14:50 -08:00
2025-11-12 22:14:50 -08:00
2025-11-12 22:14:50 -08:00
2025-11-12 22:14:50 -08:00
2025-08-21 08:28:07 -07:00
2025-10-23 20:10:12 -07:00
2025-08-21 08:28:07 -07:00
2025-11-18 23:18:35 -08:00
2025-10-23 20:10:12 -07:00
2025-11-18 23:18:35 -08:00
2025-08-22 01:15:42 -07:00
2025-08-21 08:28:07 -07:00
2025-08-21 08:28:07 -07:00
2025-08-22 01:15:42 -07:00
2025-11-18 23:18:35 -08:00
2025-08-21 08:28:07 -07:00
2025-10-23 20:10:12 -07:00
2025-10-08 23:12:03 -07:00
2025-10-27 23:04:55 -07:00
2025-11-18 23:18:35 -08:00
2025-11-28 13:28:17 -08:00
2025-11-28 13:28:17 -08:00
2025-10-23 20:10:12 -07:00
2025-11-18 23:18:35 -08:00
2025-08-30 11:15:48 -07:00
2025-10-27 23:04:55 -07:00
2023-09-25 08:34:12 -07:00
2025-10-13 18:05:17 -07:00
2023-09-25 08:34:12 -07:00
2025-12-04 14:51:37 -08:00
2025-12-06 21:37:25 -08:00
2025-10-29 13:43:27 -07:00
2025-11-20 11:42:22 -08:00
2025-12-08 01:24:12 -08:00
2025-12-09 09:48:13 -08:00
2025-08-21 08:28:07 -07:00
2025-11-18 23:18:35 -08:00
2025-12-09 09:48:13 -08:00
2025-11-18 23:18:35 -08:00
2025-08-21 08:28:07 -07:00
2022-07-29 00:17:28 -07:00
2025-11-26 15:51:38 -08:00
2025-10-29 12:27:25 -07:00
2025-08-22 01:15:42 -07:00
2025-08-21 08:28:07 -07:00
2025-10-24 01:45:22 -07:00
2025-11-25 09:56:20 -08:00
2025-07-13 16:21:36 -07:00
2025-11-26 11:29:55 -08:00
2025-11-18 23:18:35 -08:00
2025-11-25 09:56:20 -08:00
2025-11-10 20:30:21 -08:00
2025-11-28 13:28:17 -08:00
2025-12-02 09:24:31 -08:00
2025-12-02 09:24:31 -08:00
2025-12-06 21:37:25 -08:00
2025-07-19 00:49:56 -07:00
2025-07-28 02:39:41 -07:00
2025-12-10 12:43:08 -08:00
2025-11-26 11:29:55 -08:00
2025-12-10 23:42:58 -08:00
2025-12-10 23:42:58 -08:00
2025-11-21 14:48:41 -08:00
2025-12-06 21:37:25 -08:00
2025-07-19 00:49:56 -07:00
2024-04-29 05:33:56 -07:00
2025-11-26 11:29:55 -08:00
2025-12-10 23:42:58 -08:00
2025-07-18 02:19:50 -07:00
2025-07-18 22:25:58 -07:00
2025-11-20 11:42:22 -08:00
2025-12-06 21:37:25 -08:00
2025-12-10 12:50:48 -08:00
2024-04-27 07:39:22 -07:00
2025-11-18 23:18:35 -08:00
2025-07-02 18:03:17 -07:00
2025-12-09 10:24:35 -08:00
2022-07-29 00:17:28 -07:00
2025-12-09 09:48:13 -08:00
2025-11-18 23:18:35 -08:00
2025-11-18 23:18:35 -08:00
2025-11-18 23:18:35 -08:00
2022-07-29 00:17:28 -07:00
2025-12-02 09:24:31 -08:00
2022-07-29 00:17:28 -07:00
2024-07-04 11:00:41 -07:00
2025-08-14 20:38:03 -07:00
2025-09-17 19:04:51 -07:00
2025-07-28 02:49:43 -07:00
2025-07-28 02:49:43 -07:00