Bug 277578

Summary: www/minio setup root account in rc.conf
Product: Ports & Packages Reporter: Sven Ruediger <admin>
Component: Individual Port(s)Assignee: Muhammad Moinur Rahman <bofh>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (bofh)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch to set root account none

Description Sven Ruediger 2024-03-08 13:02:03 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-07-29 08:01:12 UTC
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(-)