adorsys / adorsys/keycloak-ssi-deployment
(deliverable-new-repo branch) Readme instructions are incorrect
- 主要语言
- Shell
- 星标
- 14
- 派生
- 16
- 平均合并
- 1 天 10 小时
- 30 天内合并 PR
- 4
描述
In the `deliverable-new-repo` branch's readme, it's stated that these commands can be executed in order to create a local spin-up of the keycloak + potsgres with HTTPS on localhost using docker compose.
```bash
keycloak-ssi compose up -d # boots Postgres + Keycloak with HTTPS on localhost
keycloak-ssi config # configures realm, clients, demo users, keys
keycloak-ssi test preauth IdentityCredential
```
However, the `keycloak-ssi config` would fail because it's blocked by `get_keycloak_pid`.
This bash function tries to look for an active keycloak process locally, while in reality, keycloak was deployed through docker compose, in a docker container.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。