Created attachment 249025 [details] patch to set root account Minio currently starts with default root account minioadmin:minioadmin which cannot be changed via UI or CLI. This patch add support to change root account or disable the account in rc.conf
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ec2479e09c75a62365872bd9dbb075161590b8a5 commit ec2479e09c75a62365872bd9dbb075161590b8a5 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-07-29 07:56:54 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-07-29 08:00:08 +0000 www/minio: Update version 2023.12.20.01.00.02=>2024.01.01.16.36.33 - Setup root accounts through rcvars [1] Changelog: https://github.com/minio/minio/releases/tag/RELEASE.2024-01-01T16-36-33Z PR: 277578 Reported by: admin@hackacad.net www/minio/Makefile | 5 ++--- www/minio/distinfo | 10 +++++----- www/minio/files/minio.in | 13 +++++++++++++ 3 files changed, 20 insertions(+), 8 deletions(-)