-
Notifications
You must be signed in to change notification settings - Fork 0
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
task/TUP-331 -- system monitor client #50
Conversation
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.
I tried to review, but I failed. I do not know how to authenticate to http://localhost/sysmon/.
@@ -0,0 +1 @@ | |||
export { default } from './SystemMonitor'; |
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.
I get a 403 when I visit http://localhost/sysmon/
.
I don't know what username and password to use, nor do I know where to enter that username and password.
What I Have Tried
- Reviewed https://github.com/TACC/tup-services/pull/5, but the
README
has since changed. - Followed docs/ADMIN.md, and "issued" two admins,
my-local-admin
and [my TACC username], but I still get 403 at http://localhost/sysmon/. - Used my TACC username and TACC password for
dev.env
andintegration.env
and restarted the containers, but still get a 403 at http://localhost/sysmon/. - Reviewing http://localhost/docs, but mosts
POST
s require a JWT. - Curled
/auth
with my TACC username and TACC password, but receivedUnable to authenticate
message. - Curled
/auth/public_key
, but that gives me a public key not a JWT.
Overview:
System monitor
Related:
Changes:
Testing:
npx nx serve tup-cms
http://localhost:8000/dashboard/login
and log in.UI:
Notes: