Complete
Details
Assignee
Rehan YousafRehan YousafReporter
MuhammadMuhammadLabels
Time remaining
0mFix versions
Affects versions
Priority
Low
Details
Details
Assignee
Rehan Yousaf
Rehan YousafReporter
Muhammad
MuhammadLabels
Time remaining
0m
Fix versions
Affects versions
Priority
Katalon Platform
Katalon Platform
Katalon Platform
Created January 4, 2022 at 9:10 PM
Updated July 6, 2022 at 8:01 PM
Resolved January 11, 2022 at 2:45 PM
I have recently added "console_bindport" setting into minio config that needs to be configurable from web UI. Its required field with a default value of 9001.
Backend's done: https://jira.ixsystems.com/browse/NAS-114116
This is to be able to configure static port for minio web console:
MinIO by default selects a random port for the MinIO Console on each server startup. Browser clients accessing the MinIO Server are automatically redirected to the MinIO Console on its dynamically selected port. This behavior emulates the legacy web browser behavior while reducing the the risk of a port collision on systems which were running MinIO before the embedded Console update.
You can select an explicit static port by passing the minio server --console-address commandline option when starting each MinIO Server in the deployment.
ref: https://docs.min.io/minio/baremetal/console/minio-console.html#static-vs-dynamic-port-assignment