Ravind Kumar
c06a77403e
MinIO Erasure Stripe Size ( #1183 )
...
Staged:
http://192.241.195.202:9000/staging/ERASURE_STRIPE_SIZE/linux/reference/minio-server/settings/core.html#erasure-stripe-size
# Overview
We get somewhat frequent inquiries on how to set a stripe size.
We're going to document the option, but heavily emphasize how carefully
this needs to be handled
The defaults are *almost always* the best choice.
We are not going to provide any additional guidance here.
---------
Co-authored-by: Klaus Post <klauspost@gmail.com >
Co-authored-by: Daryl White <53910321+djwfyi@users.noreply.github.com >
2024-04-10 17:46:08 -04:00
Ravind Kumar
ef81b3d357
Server updates ( #1173 )
...
## Server release RELEASE.2024-03-26T22-10-45Z
- Adding info about node dashboard for Grafana.
- Also updates links to JSON files for other dashboards that were
incorrect.
*no related docs issue*
## Not a server release, but fixes:
- Corrects information about JSON policy file size limits.
- Adds information about limit on tags per object.
Closes #1134
## Server RELEASE.2024-03-21T23-13-43Z
- Adds new `user` envvar and config for REDIS notifications
- Simplifies and updates discussion of encryption keys for SSE
Closes #1169
2024-03-28 17:07:39 -04:00
Ravind Kumar
c9505be39d
Revert "MinIO Server releases and other fixes ( #1172 )"
...
This reverts commit 2488541cd0 .
2024-03-27 18:00:59 -04:00
Daryl White
2488541cd0
MinIO Server releases and other fixes ( #1172 )
...
## Server release RELEASE.2024-03-26T22-10-45Z
- Adding info about node dashboard for Grafana.
- Also updates links to JSON files for other dashboards that were
incorrect.
*no related docs issue*
## Not a server release, but fixes:
- Corrects information about JSON policy file size limits.
- Adds information about limit on tags per object.
Closes #1134
## Server RELEASE.2024-03-21T23-13-43Z
- Adds new `user` envvar and config for REDIS notifications
- Simplifies and updates discussion of encryption keys for SSE
Closes #1169
## Staging info
- [SSE encryption key
simplification](http://192.241.195.202:9000/staging/server-updates/linux/administration/server-side-encryption.html )
- [Node Grafana metrics & JSON
links](http://192.241.195.202:9000/staging/server-updates/linux/operations/monitoring/grafana.html#minio-node-metrics-dashboard )
- [Policy size
limit](http://192.241.195.202:9000/staging/server-updates/linux/administration/identity-access-management/policy-based-access-control.html#policy-document-structure )
- [Object
tagging](http://192.241.195.202:9000/staging/server-updates/linux/administration/object-management.html#object-tagging )
- [mc tag
set](http://192.241.195.202:9000/staging/server-updates/linux/reference/minio-mc/mc-tag-set.html )
- [REDIS
User](http://192.241.195.202:9000/staging/server-updates/linux/reference/minio-server/settings/notifications/redis.html#user )
2024-03-27 17:54:37 -04:00
Daryl White
909178a753
Correcting envvar address for redis ( #1161 )
...
Corrects the documentation per
https://github.com/minio/minio/issues/19284 .
The address should not have the `user:password` as part of it.
This matches the envvar setting for address to what we already had for
the config setting.
2024-03-18 10:01:43 -04:00
Daryl White
3a52f00cb7
Release work for two server releases ( #1157 )
...
Release work for Server RELEASE.2024-03-03T17-50-39Z
- Adds new NATS config
- Adds new ilm configs
- Adds info on having a KMS auto generate root credentials
Closes #1144
Release work for Server RELEASE.2024-03-10T02-53-48Z
- Corrects a missing URL excludes line for some builds
- Adds new webhook options
Closes #1155
Staged:
- [Webhook
config](http://192.241.195.202:9000/staging/release-work/linux/reference/minio-server/settings/metrics-and-logging.html#envvar.MINIO_AUDIT_WEBHOOK_BATCH_SIZE )
- [NATS
config](http://192.241.195.202:9000/staging/release-work/linux/reference/minio-server/settings/notifications/nats.html#user-credentials-file )
- [Root
credentials](http://192.241.195.202:9000/staging/release-work/linux/operations/install-deploy-manage/deploy-minio-single-node-single-drive.html#create-the-environment-variable-file )
- [ILM
config](http://192.241.195.202:9000/staging/release-work/linux/reference/minio-server/settings/ilm.html )
2024-03-14 17:28:29 -04:00
Daryl White
cb2aa233a0
Simplify SSE tutorials and refer to KES docs ( #1136 )
...
This PR simplifies the management of KMS integrations by removing the
detailed documentation and linking out to the KES docs site instead.
There should be no mention of any specific KMS target.
Each OS/platform should have references to the correct paths, OS, and
the like.
This completes work started on the KES docs side in
https://github.com/minio/kes-docs/pull/48 .
Staged:
-
[Linux](http://192.241.195.202:9000/staging/ssekms/linux/operations/server-side-encryption/configure-minio-kes.html )
-
[Windows](http://192.241.195.202:9000/staging/ssekms/windows/operations/server-side-encryption/configure-minio-kes.html )
-
[Kubernetes](http://192.241.195.202:9000/staging/ssekms/k8s/operations/server-side-encryption/configure-minio-kes.html )
-
[Containers](http://192.241.195.202:9000/staging/ssekms/container/operations/server-side-encryption/configure-minio-kes.html )
-
[MacOS](http://192.241.195.202:9000/staging/ssekms/macos/operations/server-side-encryption/configure-minio-kes.html )
2024-02-29 12:30:06 -05:00
Ravind Kumar
75574cf03f
Typo caught
2024-02-15 11:07:57 -05:00
Ravind Kumar
4edb3f7bae
Improve documentation on MINIO_DOMAIN ( #1131 )
...
# Summary
As per a recent customer issue, our guidance on `MINIO_DOMAIN` and
path/virtual bucket lookups needs some attention.
There are two main areas to address:
1. We need to guide users to avoid namespace collision within the
`MINIO_DOMAIN` , as this causes bucket lookup issues with certain MinIO
services/features
2. We need to generally improve docs on setting `MINIO_DOMAIN` correctly
There is also a side objective from Engineering to ensure we have a
simple admonition to direct users to test wherever possible changes to
config settings before applying to production.
---------
Co-authored-by: Daryl White <53910321+djwfyi@users.noreply.github.com >
2024-02-14 17:16:58 -05:00
Andrea Longo
431675e429
Document security header envvars and config items ( #1122 )
...
New settings to configure security headers for requests returned from
MinIO Console.
- `Content-Security-Policy`
- `Strict-Transport-Security`
- `Referrer-Policy`
Staged
http://192.241.195.202:9000/staging/DOCS-1102/linux/reference/minio-server/settings/console.html#content-security-policy
Partially addresses https://github.com/minio/docs/issues/1102
---------
Co-authored-by: Ravind Kumar <ravind@min.io >
2024-02-09 11:12:37 -07:00
Ravind Kumar
5cba0951fb
DOCS-1090: Document Access Management Plugin ( #1115 )
...
Closes #1090
Simple enough - document that which was previously only on github.
Doing a minimal pass here, no core tutorial, just basics.
Staged:
-
http://192.241.195.202:9000/staging/DOCS-1090/linux/administration/identity-access-management/pluggable-authorization.html
-
http://192.241.195.202:9000/staging/DOCS-1090/linux/reference/minio-server/settings/iam/minio-access-plugin.html#
---------
Co-authored-by: Daryl White <53910321+djwfyi@users.noreply.github.com >
Co-authored-by: Andrea Longo <feorlen@users.noreply.github.com >
2024-01-30 11:15:25 -05:00
Ravind Kumar
a065b7a29f
DOCS-1083: MinIO Server Release RELEASE.2023-12-02T10-51-33Z ( #1097 )
...
# Summary
Closes #1083
Also reorganizes the batch framework pages. Could use additional
refinement, but considering that out of scope for now.
---------
Co-authored-by: Daryl White <53910321+djwfyi@users.noreply.github.com >
2024-01-02 14:25:04 -05:00
Ravind Kumar
072b82c1e4
Fixing default values for RRS storage class
2023-11-28 16:46:53 -05:00
Daryl White
ca23b065b2
Correcting mc-conf errors ( #1061 )
...
Corrects errors from `mc-conf` references not noticed until after
merging #1028 .
No issue to track it.
2023-11-03 14:13:08 -04:00
Daryl White
eb94513104
Breaking up envvars and config settings into separate settings pages ( #1028 )
...
- Creates a slew of folders and pages nested under the mc-server page to store settings.
- Breaks up all of the environment variable options formerly in the mc-server page into these separate pages.
- Moves the config settings formerly in the mc admin config page to the appropriate new settings pages.
- Adds a MiniO Client settings page and document `mc-host-<alias>`
Closes #1017
2023-11-03 07:55:22 -04:00