Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add port 9003 to the document #60

Merged
merged 2 commits into from
Aug 5, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/minio_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ interacting with MinIO.

```bash
ssh -f -N -L 9002:ci07:9002 <ac.anl_username>@login1.berkeley.kbase.us
ssh -f -N -L 9003:ci07:9003 <ac.anl_username>@login1.berkeley.kbase.us
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the plan is to give out access keys that can't log into the UI, is this still necessary?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yea. I guess just in case they need to. It won't hurt I guess.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, maybe make a note that the UI isn't available to ordinary access creds so people aren't confused when they can't log in?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

```

`<ac.anl_username>`: Your username for SSH access. Contact the KBase System Admin team if you do not have access.
Expand All @@ -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.
Expand Down
Loading