Skip to content

Fix container registry MinIO configuration example

João Pereira requested to merge jdrpereira-master-patch-53986 into master

What does this MR do?

Found this while helping to debug an issue reported by a customer (internal).

There are multiple things wrong in the current example:

  1. aws_signature_version is not a valid configuration parameter. The correct one is v4auth, which is a boolean and defaults to true;
  2. provider and host are not known and therefore ignored;
  3. There is no path_style configuration, the correct name is pathstyle, which is a boolean.

I suspect this example was copied from a Rails object storage configuration example, but it doesn't apply to the registry.

Checklist

See Definition of done.

For anything in this list which will not be completed, please provide a reason in the MR discussion.

Required

  • Merge Request Title and Description are up to date, accurate, and descriptive
  • MR targeting the appropriate branch
  • MR has a green pipeline on GitLab.com

Expected (please provide an explanation if not completing)

  • Test plan indicating conditions for success has been posted and passes
  • Documentation created/updated
  • Tests added
  • Integration tests added to GitLab QA
  • Equivalent MR/issue for omnibus-gitlab opened
Edited by Mitchell Nielsen

Merge request reports