Chris Lu
49a64f50f1
Add session policy support to IAM (#8338)
* Add session policy support to IAM
- Implement policy evaluation for session tokens in policy_engine.go
- Add session_policy field to session claims for tracking applied policies
- Update STS service to include session policies in token generation
- Add IAM integration tests for session policy validation
- Update IAM manager to support policy attachment to sessions
- Extend S3 API STS endpoint to handle session policy restrictions
* fix: optimize session policy evaluation and add documentation
* sts: add NormalizeSessionPolicy helper for inline session policies
* sts: support inline session policies for AssumeRoleWithWebIdentity and credential-based flows
* s3api: parse and normalize Policy parameter for STS HTTP handlers
* tests: add session policy unit tests and integration tests for inline policy downscoping
* tests: add s3tables STS inline policy integration
* iam: handle user principals and validate tokens
* sts: enforce inline session policy size limit
* tests: harden s3tables STS integration config
* iam: clarify principal policy resolution errors
* tests: improve STS integration endpoint selection
2026-02-13 13:58:22 -08:00
..
2026-02-10 12:56:34 -08:00
2026-01-28 14:34:07 -08:00
2026-02-10 18:38:38 -08:00
2026-02-03 17:43:58 -08:00
2026-02-10 18:38:38 -08:00
2025-10-17 22:11:50 -07:00
2026-01-07 13:06:08 -08:00
2026-02-13 13:58:22 -08:00
2026-01-23 20:12:59 -08:00
2026-01-07 13:06:08 -08:00
2025-08-22 22:10:30 -07:00
2026-01-31 13:46:37 -08:00
2026-01-22 14:05:45 -08:00
2026-01-07 13:06:08 -08:00
2026-02-10 19:06:35 -08:00
2026-02-12 18:11:03 -08:00
2025-12-23 14:48:50 -08:00
2026-02-09 11:28:07 -08:00
2026-02-10 20:18:35 -08:00
2026-02-13 13:58:22 -08:00
2026-01-12 13:21:48 -08:00
2026-01-07 13:06:08 -08:00
2026-02-11 11:04:08 -08:00
2025-12-08 01:24:42 -08:00
2026-02-11 13:34:20 -08:00
2024-02-14 08:26:38 -08:00
2026-01-07 13:06:08 -08:00
2026-02-11 14:17:21 -08:00
2026-01-18 14:02:34 -08:00
2026-02-05 10:24:18 -08:00
2026-02-12 18:11:03 -08:00
2026-01-22 14:07:24 -08:00
2026-02-04 12:44:52 -08:00
2025-11-29 11:36:22 -08:00
2025-12-25 11:36:38 -08:00