adorsys / adorsys/keycloak-ssi-deployment

(deliverable-new-repo branch) Readme instructions are incorrect

未关闭
#197 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
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 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。