aerogear-attic / aerogear-attic/mobile-cli
Mobile configuration id's are not unique
未關閉
bug
- 主要語言
- Go
- 星號
- 6
- 分支
- 20
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Id is always the same, but it's documented to be unique.
For example:
```
"id": "fh-sync-server"
...
"id": "fh-sync-server"
```
IMHO this should represent actual unique id of the service.
Example:
```
"id": "ag34hgn4g",
"name": "Dedicated keycloak instance",
"type": "keycloak",
...
"id": "daf3gs3a",
"name": "My organization Keycloak ",
"type": "keycloak",
```
貢獻指南
評估
這個 Issue 還沒有評估資料。