From 772cb4d953900298e5aea32b9f6e9b1fe9b704d4 Mon Sep 17 00:00:00 2001 From: Tianhao-Gu Date: Mon, 5 Aug 2024 08:59:24 -0500 Subject: [PATCH 1/2] add port 9003 to the document --- docs/minio_guide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/minio_guide.md b/docs/minio_guide.md index 46f8219..b9f9103 100644 --- a/docs/minio_guide.md +++ b/docs/minio_guide.md @@ -10,6 +10,7 @@ interacting with MinIO. ```bash ssh -f -N -L 9002:ci07:9002 @login1.berkeley.kbase.us + ssh -f -N -L 9003:ci07:9003 @login1.berkeley.kbase.us ``` ``: Your username for SSH access. Contact the KBase System Admin team if you do not have access. @@ -18,7 +19,7 @@ interacting with MinIO. Open a web browser and navigate to the following URL: ``` -http://localhost:9002 +http://localhost:9003 ``` Please contact the KBase System Admin team for the access key and secret key. From 795f7d2f5979aef443d419e1e56e0ff183228048 Mon Sep 17 00:00:00 2001 From: Tianhao-Gu Date: Mon, 5 Aug 2024 12:02:25 -0500 Subject: [PATCH 2/2] add more notes for UI access --- docs/minio_guide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/minio_guide.md b/docs/minio_guide.md index b9f9103..a997100 100644 --- a/docs/minio_guide.md +++ b/docs/minio_guide.md @@ -22,7 +22,8 @@ Open a web browser and navigate to the following URL: http://localhost:9003 ``` -Please contact the KBase System Admin team for the access key and secret key. +Please note that UI access requires a MinIO username and password. The access key and secret key will not work for +UI access. Please contact the KBase System Admin team for the username and password. ## Using MinIO Client (`mc`)