1
0
mirror of https://github.com/minio/minio.git synced 2025-03-31 01:33:41 -04:00

14 Commits

Author SHA1 Message Date
Harshavardhana
aa8b9572b9
remove double ENABLED help output () 2023-02-03 05:52:52 -08:00
Anis Elleuch
97eb7dbf5f
notify: Return detailed err msg when connecting to target fails () 2022-11-24 07:59:19 -08:00
Anis Elleuch
86bb48792c
non-blocking initialization of bucket target notifications () 2022-09-27 17:23:28 -07:00
Harshavardhana
dd839bf295
add NATS JetStream support () 2022-07-06 13:29:08 -07:00
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