Skip to content

Commit 6e19ad3

Browse files
wkl3nkmnonnenmacher
authored andcommitted
docs(api): Add credentials of default keycloak user
In a docker compose set-up, a local Keycloak instance is started. Added the username and password of the default user that, when authenticated, can be used to call endpoints on the REST api. Signed-off-by: Wolfgang Klenk <[email protected]>
1 parent 0070008 commit 6e19ad3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,13 @@ without TLS.**
9797

9898
### Accessing the services
9999

100-
| Service | URL | Credentials |
101-
|----------------|----------------------------------|-------------------|
102-
| ORT Server API | http://localhost:8080/swagger-ui | |
103-
| Keycloak | http://localhost:8081 | admin:admin |
104-
| PostgreSQL | http://localhost:5433 | postgres:postgres |
105-
| RabbitMQ | http://localhost:15672 | admin:admin |
106-
| Graphite | http://localhost:8888 | root:root |
100+
| Service | URL | Credentials |
101+
|----------------|----------------------------------|---------------------------------------------------------|
102+
| ORT Server API | http://localhost:8080/swagger-ui | |
103+
| Keycloak | http://localhost:8081 | Administrator: admin:admin<br/>User: ort-admin:password |
104+
| PostgreSQL | http://localhost:5433 | postgres:postgres |
105+
| RabbitMQ | http://localhost:15672 | admin:admin |
106+
| Graphite | http://localhost:8888 | root:root |
107107

108108
#### HTTP request collections
109109

0 commit comments

Comments
 (0)