28 lines
588 B
Plaintext
28 lines
588 B
Plaintext
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
|
||
|
||
|
||
|