fix: correctly handle aws:SourceIp in policy evaluation (#1301) (#1306)

Signed-off-by: loverustfs <github@rustfs.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
loverustfs
2025-12-30 16:54:48 +08:00
committed by GitHub
parent a5b3522880
commit b4ba62fa33
19 changed files with 371 additions and 37 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ tokio-stream.workspace = true
tokio-util.workspace = true
tonic = { workspace = true }
tower.workspace = true
tower-http = { workspace = true, features = ["trace", "compression-full", "cors", "catch-panic", "timeout", "limit", "request-id"] }
tower-http = { workspace = true, features = ["trace", "compression-full", "cors", "catch-panic", "timeout", "limit", "request-id", "add-extension"] }
# Serialization and Data Formats
bytes = { workspace = true }