1
0
mirror of https://github.com/minio/minio.git synced 2025-01-14 16:25:01 -05:00
Commit Graph

10 Commits

Author SHA1 Message Date
Klaus Post
111745c564
Add "enable" to config help ()
Most help sections were missing "enable", which means it
is filtered out with `mc admin config get --json`.

Add it where missing.
2022-05-05 04:17:04 -07:00
Harshavardhana
eda34423d7 update gofumpt -w - new changes 2022-04-13 12:00:11 -07:00
Harshavardhana
f6875bb893
fix: regression from refactor in AMQP notification ()
fixes a regression introduced in  that refactored
the notification registration logic, all the amqp targets
however online will not be available for use anymore.

fixes 
2022-03-02 21:35:48 -08:00
Shireesh Anjal
9890f579f8
Add subsystem level validation on config set ()
When setting a config of a particular sub-system, validate the existing
config and notification targets of only that sub-system, so that
existing errors related to one sub-system (e.g. notification target
offline) do not result in errors for other sub-systems.
2022-02-08 10:36:41 -08:00
Poorna
a4be47d7ad
Validate config before saving changes after config reset () 2022-01-27 18:28:16 -08:00
Harshavardhana
e316873f84
feat: Add support for kakfa audit logger target () 2021-07-13 09:39:13 -07:00
Harshavardhana
da74e2f167
move internal/net to pkg/net package () 2021-06-14 14:54:37 -07:00
Harshavardhana
ed6cc66cf4
fix: remove unnecessary limit for queueStore ()
There is no good reason to limit ourselves
to max_open_fd for queue_store

Bonus: Support for publisher confirms
2021-06-14 13:28:44 -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