1
0
mirror of https://github.com/minio/minio.git synced 2025-01-27 06:33:18 -05:00
Commit Graph

6 Commits

Author SHA1 Message Date
ArthurMa
2807c11410
http hook should accept more than 200 statusCode ()
Co-authored-by: Klaus Post <klauspost@gmail.com>
2021-09-10 14:27:37 -07:00
Harshavardhana
e316873f84
feat: Add support for kakfa audit logger target () 2021-07-13 09:39:13 -07:00
Harshavardhana
4f6c74a257
simplify audit logging for replication and ILM ()
auditLog should be attempted right before the
return of the function and not multiple times
per function, this ensures that we only trigger
it once per function call.
2021-07-01 14:02:44 -07:00
Harshavardhana
c0e41356f5
add error level logger similar to Info() for console () 2021-06-04 11:11:30 -07:00
Shireesh Anjal
fb140c146b
Redact sensitive values from config in health data ()
The health api returns the server configuration details. Redact
sensitive values from the config values like URLs and credentials.
2021-06-03 08:15:44 -07:00
Harshavardhana
1f262daf6f
rename all remaining packages to internal/ ()
This is to ensure that there are no projects
that try to import `minio/minio/pkg` into
their own repo. Any such common packages should
go to `https://github.com/minio/pkg`
2021-06-01 14:59:40 -07:00