truenas/charts

install minio: root user is treated as a password

sync-by-unito opened this issue · 2 comments

When configuring the minio application, the root user name is treated as a password.

This is because it is marked as private in the questions.yaml.

https://github.com/truenas/apps/blob/906162b63276b4a96a334bf3e2960c01376f6414/trains/stable/minio/1.0.4/questions.yaml#L24

I'm not sure if this is diesited

Session ID: 46d8f2f8-393e-2154-14d5-850d76423ba5

➤ Bug Clerk commented:

Thank you for submitting this TrueNAS Bug Report! So that we can quickly investigate your issue, please attach a Debug file and any other information related to this issue through our secure and private upload service below. Debug files can be generated in the UI by navigating to System > Advanced > Save Debug.

https://ixsystems.atlassian.net/servicedesk/customer/portal/15/group/37/create/153

➤ Stavros Kois commented:

Hello, root user is also known as “access key” which minio suggest long, unique and random strings.
https://min.io/docs/minio/container/administration/identity-access-management/minio-user-management.html#minio-root-user ( https://min.io/docs/minio/container/administration/identity-access-management/minio-user-management.html#minio-root-user|smart-link )

Which is why it was marked as private.