mirror of
https://github.com/minio/minio.git
synced 2025-11-09 13:39:46 -05:00
fix: Filter out cust. AssumeRole Token for audit (#19646)
The `Token` parameter is a sensitive value that should not be output in the Audit log for STS AssumeRoleWithCustomToken API. Bonus: Add a simple tool that echoes audit logs to the console.
This commit is contained in:
committed by
GitHub
parent
0cde17ae5d
commit
f3d61c51fc
17
docs/auditlog/auditlog-echo.md
Normal file
17
docs/auditlog/auditlog-echo.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# `auditlog-echo`: A tool to view MinIO Audit logs on the console
|
||||
|
||||
1. Run the tool with:
|
||||
|
||||
```
|
||||
go run docs/auditlog/auditlog-echo.go
|
||||
```
|
||||
|
||||
The listen port has a default value (8080), but can be set with the `-port` flag.
|
||||
|
||||
2. Configure audit logging in MinIO with for example:
|
||||
|
||||
```
|
||||
mc admin config set myminio audit_webhook enable=on endpoint=http://localhost:8080
|
||||
```
|
||||
|
||||
3. Make any requests to MinIO and see audit logs printed to the tool's console.
|
||||
Reference in New Issue
Block a user