Skip to content

Commit

Permalink
Update access section in devel docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jraddaoui committed Jun 24, 2024
1 parent fbec005 commit 8eb2d4d
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions docs/src/dev-manual/devel.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,15 @@ documentation to know more about it.

## Access

There are three services available from the host:

| Service | URL | Username | Password |
| ------------- | ----------------------- | ------------------- | ---------- |
| Dashboard | <http://localhost:8080> | `[email protected]` | `admin` |
| MinIO console | <http://localhost:7460> | `minio` | `minio123` |
| Temporal UI | <http://localhost:7440> | `[email protected]` | `admin` |
There are four services available from the host, three of them using SSO with
Keycloack:

| Service | URL | Username | Password |
| ------------- | ----------------------- | ----------- | -------------- |
| Dashboard | <http://localhost:8080> | `admin` | `admin123` |
| MinIO console | <http://localhost:7460> | `admin` | `admin123` |
| Temporal UI | <http://localhost:7440> | `admin` | `admin123` |
| Keycloack | <http://localhost:7470> | `keycloack` | `keycloack123` |

## Live updates

Expand Down

0 comments on commit 8eb2d4d

Please sign in to comment.