Bug 277578 - www/minio setup root account in rc.conf
Summary: www/minio setup root account in rc.conf
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Muhammad Moinur Rahman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-08 13:02 UTC by Sven Ruediger
Modified: 2024-07-29 08:01 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (bofh)


Attachments
patch to set root account (1.49 KB, text/plain)
2024-03-08 13:02 UTC, Sven Ruediger
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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(-)