大量更新
This commit is contained in:
27
71-202601-XA监管平台/2.3.4-b版本/动态密钥.txt
Normal file
27
71-202601-XA监管平台/2.3.4-b版本/动态密钥.txt
Normal file
@@ -0,0 +1,27 @@
|
||||
1、更新backend的nacose配置
|
||||
1)最后顶格添加如下配置
|
||||
sec:
|
||||
cipher:
|
||||
enabled: true
|
||||
asym-type: RSA
|
||||
asym-padding: RSA/ECB/OAEPWithSHA-256AndMGF1Padding
|
||||
url-encode: false
|
||||
sym-padding: AES/GCM/NoPadding
|
||||
length: 2048
|
||||
interval: 60000
|
||||
timeout: 5000
|
||||
ignore-paths:
|
||||
2)在mybatis-plus:里面对齐“log-impl: ”添加
|
||||
interceptors: com.cmii.chinamobile.uas.lifecycle.interceptor.DBLogInterceptor
|
||||
|
||||
3、更新uas-gateway
|
||||
在以下配置里面
|
||||
security:
|
||||
oauth2:
|
||||
regulator:
|
||||
permit-all:
|
||||
添加
|
||||
- /lifecycle/regulator/auth/getPubKey
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user