-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|