Files
seaweedFS/weed
Chris Lu bea0f8eda0 s3tables: Use policy framework for table creation authorization
Replace strict ownership check in CreateTable with policy-based authorization.
Now checks both namespace and bucket policies for CreateTable permission,
allowing delegation via resource policies while still respecting owner bypass.

Authorization logic:
- Namespace policy grants CreateTable → allowed
- Bucket policy grants CreateTable → allowed
- Otherwise → denied (even if same owner)

This enables cross-principal table creation via policies while maintaining
security through explicit allow/deny semantics.
2026-01-28 17:36:53 -08:00
..
2026-01-27 17:27:02 -08:00
2026-01-28 14:34:07 -08:00
2024-02-14 08:26:38 -08:00
2026-01-23 16:38:36 -08:00
2026-01-18 15:48:09 -08:00
2026-01-23 21:38:51 -08:00