- Nov 11, 2021
-
-
Harshavardhana authored
-
- Nov 10, 2021
-
-
Klaus Post authored
On first list resume or when specifying a custom markers entries could be missed in rare cases. Do conservative truncation of entries when forwarding. Replaces #13619
-
Shireesh Anjal authored
If a given MinIO config is dynamic (can be changed without restart), ensure that it can be reset also without restart. Signed-off-by:
Shireesh Anjal <shireesh@minio.io>
-
Harshavardhana authored
-
Poorna K authored
when `MINIO_CACHE_COMMIT` is set. - `writeback` caching applies only to single uploads. When cache commit mode is `writeback`, default multipart caching to be synchronous. - Add writethrough caching for single uploads
-
- Nov 09, 2021
-
-
Harshavardhana authored
fixes #13622
-
Aditya Manthramurthy authored
Runs when ETCD_SERVER env var is set
-
Minio Trusted authored
-
- Nov 08, 2021
-
-
Aditya Manthramurthy authored
-
Harshavardhana authored
-
Klaus Post authored
-
Harshavardhana authored
-
Daniel A. Ochoa authored
Co-authored-by:
Harshavardhana <harsha@minio.io>
-
Klaus Post authored
Always close streamHTTPResponse on panic on main thread to avoid write/flush after response handler has returned.
-
Klaus Post authored
UID were misnamed in RLock, leading to memory buildup. Regression in #13430
-
Aditya Manthramurthy authored
- Fix a bug where read locks were taken instead of write locks in some situations - Remove an unnecessary lock when updating based on notifications.
-
- Nov 07, 2021
-
-
Harshavardhana authored
-
Harshavardhana authored
-
Harshavardhana authored
-
- Nov 06, 2021
-
-
Harshavardhana authored
-
- Nov 05, 2021
-
-
Harshavardhana authored
-
jiangfucheng authored
-
Harshavardhana authored
-
Minio Trusted authored
-
Andreas Auernhammer authored
This commit makes the MinIO server behavior more consistent w.r.t. key usage verification. When MinIO verifies the client certificates it also checks that the client certificate is valid of client authentication (or any (i.e. wildcard) usage). However, the MinIO server used to not verify the client key usage when client certificate verification was disabled. Now, the MinIO server verifies the client key usage even when client certificate verification has been disabled. This makes the MinIO behavior more consistent from a client's perspective. Now, a client certificate has to be valid for client authentication in all cases. Signed-off-by:
Andreas Auernhammer <hi@aead.dev>
-
- Nov 04, 2021
-
-
Harshavardhana authored
-
Harshavardhana authored
This is to allow replacing drives while some drives while available are not writable.
-
Aditya Manthramurthy authored
Additionally, remove the unnecessary `isUsingLookupBind` field in the LDAP struct
-
Harshavardhana authored
Bonus: if runs have PUT higher then capture it anyways to display an unexpected result, which provides a way to understand what might be slowing things down on the system. For example on a Data24 WDC setup it is clearly visible there is a bug in the hardware. ``` ./mc admin speedtest wdc/ ⠧ Running speedtest (With 64 MiB object size, 32 concurrency) PUT: 31 GiB/s GET: 24 GiB/s ⠹ Running speedtest (With 64 MiB object size, 48 concurrency) PUT: 38 GiB/s GET: 24 GiB/s MinIO 2021-11-04T06:08:33Z, 6 servers, 48 drives PUT: 38 GiB/s, 605 objs/s GET: 24 GiB/s, 383 objs/s ``` Reads are almost 14GiB/sec slower than Writes which is practically not possible.
-
Pavel M authored
claim exp can be - float64 - json.Number As per OIDC spec https://openid.net/specs/openid-connect-core-1_0.html#IDToken Avoid using strings since the upstream library only supports these two types now.
-
Aditya Manthramurthy authored
Runs LDAP tests with openldap container on GH Actions
-
Aditya Manthramurthy authored
-
Aditya Manthramurthy authored
Check that they are present and that they can be modified by user
-
Aditya Manthramurthy authored
This reverts commit 091a7ae3. - Ensure all actions accessing storage lock properly. - Behavior change: policies can be deleted only when they are not associated with any active credentials. Also adds fix for accidental canned policy removal that was present in the reverted version of the change.
-
- Nov 03, 2021
-
-
Harshavardhana authored
-
Harshavardhana authored
Windows users often click on the binary without knowing MinIO is a command-line tool and should be run from a terminal. Throw a message to guide them on what to do. Co-authored-by:
Klaus Post <klauspost@gmail.com>
-
Harshavardhana authored
-
Minio Trusted authored
-