fix(auth): log structured denial reasons for generic AccessDenied responses (#5761)

This commit is contained in:
Zhengchao An
2026-08-06 10:45:54 +08:00
committed by GitHub
parent dbf51117a1
commit efd5481b35
6 changed files with 123 additions and 11 deletions
+2 -2
View File
@@ -22,9 +22,9 @@ set -euo pipefail
cd "$(dirname "$0")/.."
# Baselines verified on 2026-08-05. Lower-only; see header.
# Baselines verified on 2026-08-06. Lower-only; see header.
S3S_IMPORT_FILES_BASELINE=236
S3_ERROR_LINES_BASELINE=1686
S3_ERROR_LINES_BASELINE=1680
TMP_DIR="$(mktemp -d)"
trap 'rm -rf "$TMP_DIR"' EXIT