aerogear-attic / aerogear-attic/mobile-cli

Mobile configuration id's are not unique

未關閉
#70 1 則留言 0 個 reaction 已指派 1 人 已被 @philbrookes 認領 在 GitHub 檢視
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 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。