Corrects docs to state that when expanding a site replication peer set,
you must list all existing peers.
Closes#1340
Adds information that when adding Distinguished Names as search
parameters, multiple DNs must be separated with a semi-colon.
Closes#1341
- Cleans up `mc event` command flags with optional/required labels.
- Drive by fix for an `mc idp` command with an `end-before` include
error.
Closes#1263
- Adds a `--checksum` flag to `mc cp`, `mc mirror`, `mc pipe`, and `mc
put`
- Adds `--disable-multipart` to `mc put`
- Adds alias name to outputs of `mc ready`
- Adds flags to `mc admin heal`
Closes#1334
- adds new config options for webhook events
- adds new subcommands to mc idp ldap accesskey
- adds info about new output during iam import
Closes#1316
The MinIO Console currently does not warn the user if the MinIO server
is not reachable. MinIO Console will just say "Invalid Login" when the
MINIO_SERVER_URL is not reachable which is misleading in the sense that
will make think most people that the username/password/access key is
incorrect so I think it should be mentioned in the documentation that
Invalid Login could be just due to connectivity between console and
server.
Related to https://github.com/minio/console/issues/3428 and
https://github.com/minio/console/issues/3427
@marktheunissen
---------
Co-authored-by: Ruben Laguna <ruben.laguna@tele2.com>
Co-authored-by: Ravind Kumar <ravindk89@gmail.com>
A few quick fixes noted in several issues:
- Literal reference in mc batch generate pointed to the wrong include
Closes#1318
- Lingering reference to an "unregister" function removed
Closes#1324
- Adds admonition about root credentials required, even with KES
Closes#1325
- Adds mc batch cancel to list of commands on batch framework overview
page
Closes#1310
- Updates mc client page S3 link to avoid possible copy/paste confusion
Closes#1311
- Adds new `--output` flag to `mc admin cluster iam export`
- Corrects encryption flags for `mc mv` command noted during build
Does not track a docs issue.
Closes#1191
# Summary
Finally getting around to this mc release
- Added docs for enc-c, enc-s3, enc-kms
- Some docs are making assumptions around behavior that needs to be
fixed _first_
- Drive-by linker fixes
Staged: http://192.241.195.202:9000/staging/DOCS-1191/linux/index.html
---------
Co-authored-by: Andrea Longo <feorlen@users.noreply.github.com>
Co-authored-by: Daryl White <53910321+djwfyi@users.noreply.github.com>
- Updates references for licensing to use "Enterprise" branding
- Updates the mc idp ldap policy entities command with flags and changes
to groups
- Deprecates OpenID envvar
Closes#1271
- Adds info about tracking batch job status for completed jobs
- Deprecates `mc license update`
- Adds flags for updating Azure credentials in `mc ilm tier update`
Closes#1260
Updates for mc release 2024-06-20T14-50-54Z
- Adds info about requiring Raw Base64 or Hex keys
- Updates links for KES docs on encryption pages
- Updates encryption pages to use ventilated prose (one sentence per
line)
- Adds new flag for `mc get`
- Updates `mc put` with enc-# flags
Closes#1253
- Adds info the docs about recent changes to LDAP and SFTP
authentication
- Adds new config/envvar parameter
- Adds new sftp option for server
- Adds new example for forcing ldap or sa auth to SFTP
- Adds new example for using certificate authority for auth to SFTP
Closes#1240Closes#1229Closes#1226Closes#1208
- Please click "Ignore Whitespace" when reviewing, my editor stripped
out all the trailing whitespace.
- Removes an extra `"` quote
- Try to explain how MINIO_OPTS works, does that sound right?
- Add missing `:` in front of port number
---------
Co-authored-by: Daryl White <53910321+djwfyi@users.noreply.github.com>
Co-authored-by: Ravind Kumar <ravind@min.io>
For reference by support w/ customers running older MinIO versions
Mostly need this because it sometimes comes up via support, and this
lets us reference it while also pushing users to upgrade to versions
where this kind of behavior is handled automatically.
---------
Co-authored-by: Daryl White <53910321+djwfyi@users.noreply.github.com>
This removes references to version limits and suggests using object
expiration rules to manage unneeded noncurrent versions.
There is no doc issue to track this.
For mc RELEASE.2024-06-10T16-44-16Z
- Updates `mc admin info` to add the `--offline` flag
For MinIO Server RELEASE.2024-06-11T03-13-30Z
- Adds to note to object management page about avoiding the `:`
character on Windows
- Adds info that directory objects (0-byte, end in `/`) do not tier
These releases do not have doc repo issues to track them.
Corrects mc batch examples
Closes#1235
Applies changes to the mc admin trace --stat flag in mc
RELEASE.2024-06-05T18-13-30Z. That change has no tracking docs issue.
Updates for MinIO Server RELEASE.2024-05-10T01-41-38Z
- Removes references to `MINIO_SERVER_URL` envvar.
- Updates KMS and KES related envvar settings to add KMS as an option.
- Also differentiates KMS and KES related envvar into three groups,
which are mutually exclusive.
Closes#1214
Creates a new object management page to aggregate information on
deleting objects.
Links to the page from other docs throughout.
Intentionally leaves most delete information where it is in existing
docs.
Closes#741
Corrects most references to point to the current command.
Additional references to deprecated command fixed by PR #1198 .
We should merge 1198 at the same time we merge this one.
@allanrogerr Noticed that our `mc cp` page had references to removing
objects, almost certainly due to a copy/paste error. This fixes those
references.