Skip to content

Commit

Permalink
readme: add initial login instruction
Browse files Browse the repository at this point in the history
Signed-off-by: Vallari Agrawal <[email protected]>
  • Loading branch information
VallariAg authored and kamoltat committed Mar 13, 2023
1 parent 81229a9 commit ae5ed4b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@ A REST API to execute [teuthology commands](https://docs.ceph.com/projects/teuth
The documentation can be accessed at http://localhost:8082/docs after running the application.
Note: To run commands, authenticate by visiting `http://localhost:8082/login` through browser and follow the github authentication steps (this stores the auth token in browser cookies).
### Route `/`
```
curl http://localhost:8082/
```
Returns `{"root": "success"}`.
Returns `{"root": "success", "session": { <authentication details> }}`.
### Route `/suite`
Expand Down

0 comments on commit ae5ed4b

Please sign in to comment.