kakascx

Results 3 issues of kakascx

调用/metadata/codecs接口返回结果为空 ![0c7b2e96096d6f6e3ccbd93d1dad766](https://github.com/jetlinks/jetlinks-community/assets/15819504/c6b7f661-602d-48c0-b50b-f05629ca782b) ![183440cd97bebd9602b4a194100a496](https://github.com/jetlinks/jetlinks-community/assets/15819504/ae270a94-3a70-450c-bed0-4fdd91d2c2d5) 看前端代码物模型下拉列表的值是写死的,/metadata/codecs接口目前没有作用?

背景: 使用第三方平台的页面新建的clientId和secureKey,通过Oath接口生成了token,同时生成了一个同名的用户 将这个用户作为成员绑定到通过这个token创建的租户下, 目的: 想通过这个token,获得这个用户所在租户下持有的设备资产 代码片段: ![image](https://github.com/jetlinks/jetlinks-community/assets/15819504/1563e098-bd09-42a8-82b0-71656c84882d) 问题: 查询的设备结果是所有的设备,并不是绑定到这个租户下的,`AssetsHolder.injectConditional()`这个方法的使用是否正确,有没有合理的解决方案或者其他的方法可以实现这个场景

Add the https annotation for UI ingress when using secure mode I'm using the ingress to expose the adminUI service. It doesn't work under the master branch and return http...