You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -112,12 +112,11 @@ You can check the result running:
112
112
DOCKER_BUILDKIT=1 docker compose --profile playwright --env-file test.env up Vaultwarden
113
113
```
114
114
115
-
Then check `http://127.0.0.1:8003/admin/diagnostics` with `admin`.
115
+
Then check `https://127.0.0.1:8003/admin/diagnostics` with `admin`.
116
116
117
117
# OpenID Connect test setup
118
118
119
-
Additionally this `docker-compose` template allows to run locally Vaultwarden,
120
-
[Keycloak](https://www.keycloak.org/) and [Maildev](https://github.com/timshel/maildev) to test OIDC.
119
+
Additionally this `docker-compose` template allow to run locally `Vaultwarden`, [Keycloak](https://www.keycloak.org/) and [Maildev](https://github.com/timshel/maildev) to test OIDC.
121
120
122
121
## Setup
123
122
@@ -131,18 +130,17 @@ Then start the stack (the `profile` is required to run `Vaultwarden`) :
131
130
```bash
132
131
> docker compose --profile vaultwarden --env-file .env up
133
132
....
134
-
keycloakSetup_1 | Logging into http://127.0.0.1:8080 as user admin of realm master
133
+
keycloakSetup_1 | Logging into https://127.0.0.1:8080 as user admin of realm master
135
134
keycloakSetup_1 | Created new realm with id 'test'
Wait until `oidc_keycloakSetup_1 exited with code 0` which indicates the correct setup of the Keycloak realm, client and user
141
-
(It is normal for this container to stop once the configuration is done).
139
+
Wait until `oidc_keycloakSetup_1 exited with code 0` which indicate the correct setup of the Keycloak realm, client and user (It's normal for this container to stop once the configuration is done).
142
140
143
141
Then you can access :
144
142
145
-
-`Vaultwarden` on http://0.0.0.0:8000 with the default user `test@yopmail.com/test`.
143
+
-`Vaultwarden` on https://0.0.0.0:8000 with the default user `test@yopmail.com/test`.
146
144
-`Keycloak` on http://0.0.0.0:8080/admin/master/console/ with the default user `admin/admin`
0 commit comments