perf: 修改connection token domain

perf: 添加 org_id
This commit is contained in:
ibuler
2022-02-18 11:24:57 +08:00
committed by Jiangjie.Bai
parent db050e405d
commit 20cc8a124f
3 changed files with 16 additions and 4 deletions

View File

@@ -261,6 +261,7 @@ class SecretDetailMixin:
'asset': asset,
'application': application,
'gateway': gateway,
'domain': domain,
'remote_app': remote_app,
}
@@ -273,6 +274,7 @@ class SecretDetailMixin:
return {
'asset': asset,
'application': None,
'domain': asset.domain,
'gateway': gateway,
'remote_app': None,
}