-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #60 +/- ##
=======================================
Coverage 50.00% 50.00%
=======================================
Files 4 4
Lines 118 118
=======================================
Hits 59 59
Misses 59 59 ☔ View full report in Codecov by Sentry. |
@@ -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 |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
No description provided.