1
0
mirror of https://github.com/minio/minio.git synced 2025-02-23 19:42:30 -05:00

12 Commits

Author SHA1 Message Date
Harshavardhana
ee4a6a823d Migrate config to KV data format ()
- adding oauth support to MinIO browser () by @kanagaraj
- supports multi-line get/set/del for all config fields
- add support for comments, allow toggle
- add extensive validation of config before saving
- support MinIO browser to support proper claims, using STS tokens
- env support for all config parameters, legacy envs are also
  supported with all documentation now pointing to latest ENVs
- preserve accessKey/secretKey from FS mode setups
- add history support implements three APIs
  - ClearHistory
  - RestoreHistory
  - ListHistory
- add help command support for each config parameters
- all the bug fixes after migration to KV, and other bug
  fixes encountered during testing.
2019-10-22 22:59:13 -07:00
Harshavardhana
c33bae057f Fix build issues with event target logger 2019-10-11 19:07:09 -07:00
Harshavardhana
175b07d6e4
Fix queueStore stops working with concurrent PUT/DELETE requests ()
- This PR fixes situation to avoid underflow, this is possible
  because of disconnected operations in replay/sendEvents
- Hold right locks if Del() operation is performed in Get()
- Remove panic in the code and use loggerOnce
- Remove Timer and instead use Ticker instead for proper ticks
2019-10-11 17:46:03 -07:00
Praveen raj Mani
456ce4cc92 Add rootCAs support to Kafka & MQTT ()
Fixes 
2019-09-18 23:43:04 +05:30
Praveen raj Mani
bba562235b Enable persistent event store in elasticsearch () 2019-07-12 08:23:20 +05:30
Praveen raj Mani
763fce909b Enable event persistence in kafka () 2019-05-29 13:19:48 -07:00
Praveen raj Mani
47ca411163 Enhance the event store interface to support channeling ()
- Avoids code duplication across the other targets. By having a
  centralized function call.

- Reduce the room for race.
2019-04-10 18:16:01 +05:30
kannappanr
5ecac91a55
Replace Minio refs in docs with MinIO and links () 2019-04-09 11:39:42 -07:00
Pontus Leitzler
f9779b24ad Enable default vet flags ()
Enable default vet flags except experimental
2018-11-14 10:23:44 -08:00
Annanay Agarwal
7cb87f863e Kafka (sarama) authentication with user/pass () 2018-09-07 00:01:58 -07:00
Anis Elleuch
e8a008f5b5 Better validation of all config file fields ()
Add Validate() to serverConfig to call it at server
startup and in Admin SetConfig handler to minimize
errors scenario after server restart.
2018-07-18 11:22:29 -07:00
Bala FA
0e4431725c make notification as separate package ()
* Remove old notification files

* Add net package

* Add event package

* Modify minio to take new notification system
2018-03-15 13:03:41 -07:00